Ajax additions to sales and purchasing modules.
[fa-stable.git] / sales / customer_delivery.php
index 9fa1a2a211ead4650b17e56d579e6384c0f9133c..fd20ebb05a88386572a802770ca8d8119d440389 100644 (file)
@@ -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();