Defualt submit changed.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 3 Aug 2009 21:20:00 +0000 (21:20 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 3 Aug 2009 21:20:00 +0000 (21:20 +0000)
purchasing/po_receive_items.php

index adf9a4e25f42d4fd9013f1887d0008faa184d495..14d53d28a386c984b78cdf4a1765e1456219753c 100644 (file)
@@ -310,8 +310,8 @@ display_heading(_("Items to Receive"));
 display_po_receive_items();
 
 echo '<br>';
-submit_center_first('Update', _("Update"), '', 'default');
-submit_center_last('ProcessGoodsReceived', _("Process Receive Items"), _("Process Receive Items"), true);
+submit_center_first('Update', _("Update"), '', true);
+submit_center_last('ProcessGoodsReceived', _("Process Receive Items"), _("Clear all GL entry fields"), 'default');
 
 end_form();