X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_delivery.php;h=8e5da8e8b8efa69c67045591a3fe1cb6a6fe2b02;hb=e39d77850382a1184502c596aae74f353de38774;hp=4b6726efa1e21690c87a22a4ecfec0f60827db7f;hpb=74354076d6c4a9af142a159cce4704349e4e4272;p=fa-stable.git diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index 4b6726ef..8e5da8e8 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -36,7 +36,6 @@ page($_SESSION['page_title'], false, false, "", $js); if (isset($_GET['AddedID'])) { $dispatch_no = $_GET['AddedID']; - print_hidden_script(13); display_notification(_("Dispatch processed:") . ' '.$_GET['AddedID'], true); @@ -55,7 +54,6 @@ if (isset($_GET['AddedID'])) { } elseif (isset($_GET['UpdatedID'])) { $delivery_no = $_GET['UpdatedID']; - print_hidden_script(13); display_notification_centered(sprintf(_('Delivery Note # %d has been updated.'),$delivery_no));