Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkalam24 committed Feb 24, 2023
1 parent 256f254 commit 9dc2de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/rui/invoice-print.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
if (isset($_GET["invoiceType"]) and !empty($_GET["invoiceType"])) {


$invoicePage = DIR_MODULE . "invoice/". basename("{$_GET['page']}.php");
$invoicePage = DIR_MODULE . "invoice/". basename("{$_GET['invoiceType']}.php");

if (file_exists($invoicePage)) {
require $invoicePage;
Expand Down

0 comments on commit 9dc2de2

Please sign in to comment.