X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_invoice.php;h=ca3df67fb3a1693b3bfee5dd8e030b3c9563481e;hb=4c16d92ae1e1032f23e029d7d2f901a65a4223bc;hp=35d59fb78a7fff8c205169bb834ca1b7c0fa2aa8;hpb=f12dbe7523bb1abc6cd69b009ef8f0be838f5348;p=fa-stable.git diff --git a/sales/customer_invoice.php b/sales/customer_invoice.php index 35d59fb7..ca3df67f 100644 --- a/sales/customer_invoice.php +++ b/sales/customer_invoice.php @@ -40,7 +40,6 @@ if (isset($_GET['AddedID'])) { $invoice_no = $_GET['AddedID']; $trans_type = 10; - print_hidden_script(10); display_notification(_("Selected deliveries has been processed"), true); @@ -57,7 +56,6 @@ if (isset($_GET['AddedID'])) { } elseif (isset($_GET['UpdatedID'])) { $invoice_no = $_GET['UpdatedID']; - print_hidden_script(10); display_notification_centered(sprintf(_('Sales Invoice # %d has been updated.'),$invoice_no));