Code cleanup
[fa-stable.git] / sales / customer_invoice.php
index 18d674c695722353a37fe0bcb1f064402de2a3a0..540b45156909215ddd2a1ef430e7ca5bb9c1fcb2 100644 (file)
@@ -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();