X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_delivery.php;h=fd20ebb05a88386572a802770ca8d8119d440389;hb=de320b43ef41373a90d9061483b6e8970947fdfa;hp=9fa1a2a211ead4650b17e56d579e6384c0f9133c;hpb=99730b8d6deb7e81d2f1ebeb2ce7066d27729485;p=fa-stable.git diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index 9fa1a2a2..fd20ebb0 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -436,8 +436,10 @@ textarea_row(_("Memo"), 'Comments', null, 50, 4); end_table(1); -submit_center_first('Update', _("Update")); -submit_center_last('process_delivery', _("Process Dispatch")); +submit_center_first('Update', _("Update"), + _('Refresh document page'), true); +submit_center_last('process_delivery', _("Process Dispatch"), + _('Check entered data and save document'), true); end_form();