From: Janusz Dobrowolski Date: Mon, 3 Aug 2009 21:20:00 +0000 (+0000) Subject: Defualt submit changed. X-Git-Tag: v2.4.2~19^2~1316 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=4f23733ed3780dd63859ce5db444de8bdd397651;p=fa-stable.git Defualt submit changed. --- diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index adf9a4e2..14d53d28 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -310,8 +310,8 @@ display_heading(_("Items to Receive")); display_po_receive_items(); echo '
'; -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();