X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=sales%2Fsales_order_entry.php;h=19f81cb70870222ce9780f022238f86fb30ff181;hb=fe1f5b5e9c57ff544939158bab7334cc77ce2169;hp=09fc84f772c86c35cd40c44f824aa3b875ea8347;hpb=e1c22a904052bae141ace1ebdaaf2b81d9111139;p=fa-stable.git diff --git a/sales/sales_order_entry.php b/sales/sales_order_entry.php index 09fc84f7..19f81cb7 100644 --- a/sales/sales_order_entry.php +++ b/sales/sales_order_entry.php @@ -528,15 +528,15 @@ if ($customer_error == "") { if ($_SESSION['Items']->trans_no == 0) { submit_center_first('ProcessOrder', $porder, - _('Check entered data and save document'), true, ICON_OK); + _('Check entered data and save document'), true); } else { submit_center_first('ProcessOrder', $corder, - _('Validate changes and update document'), true, ICON_OK); + _('Validate changes and update document'), true); } submit_center_last('CancelOrder', $cancelorder, _('Cancels document entry or removes sales order when editing an old document'), - true, ICON_CANCEL); + true); } else { display_error($customer_error); }