X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_invoice.php;h=540b45156909215ddd2a1ef430e7ca5bb9c1fcb2;hb=b32d16b2c0c6c43e569ebe87e2a13ceb892b5788;hp=18d674c695722353a37fe0bcb1f064402de2a3a0;hpb=99730b8d6deb7e81d2f1ebeb2ce7066d27729485;p=fa-stable.git diff --git a/sales/customer_invoice.php b/sales/customer_invoice.php index 18d674c6..540b4515 100644 --- a/sales/customer_invoice.php +++ b/sales/customer_invoice.php @@ -430,8 +430,10 @@ textarea_row(_("Memo"), 'Comments', null, 50, 4); end_table(1); -submit_center_first('Update', _("Update")); -submit_center_last('process_invoice', _("Process Invoice")); +submit_center_first('Update', _("Update"), + _('Refresh document page'), true); +submit_center_last('process_invoice', _("Process Invoice"), + _('Check entered data and save document'), true); end_form();