Allow Invoices to be exportable, move export expense modal out of the record loop

This commit is contained in:
johnnyq
2024-06-06 13:49:50 -04:00
parent 10f1d39b2a
commit 94ba05271f
4 changed files with 102 additions and 2 deletions

View File

@@ -305,8 +305,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
require "expense_refund_modal.php";
require "expense_export_modal.php";
}
@@ -328,5 +326,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<?php
require_once "expense_add_modal.php";
require_once "expense_export_modal.php";
require_once "footer.php";