Form submit/escape hotkeys added.
[fa-stable.git] / manufacturing / work_order_add_finished.php
index b8036c371446757c245dec45340822f4a4e036e8..f2178e955e9c6e8f1d214d670984e64d1eb474ad 100644 (file)
@@ -171,7 +171,7 @@ textarea_row(_("Memo:"), 'memo_', null, 40, 3);
 
 end_table(1);
 
-submit_center_first('Process', _("Process"), '', true);
+submit_center_first('Process', _("Process"), '', 'default');
 submit_center_last('ProcessAndClose', _("Process And Close Order"), '', true);
 
 end_form();