Produce/Unassemble Finished Items from WorkOrder: fixed syntax error.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Thu, 5 Nov 2015 12:34:50 +0000 (13:34 +0100)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Thu, 5 Nov 2015 12:34:50 +0000 (13:34 +0100)
manufacturing/includes/work_order_issue_ui.inc

index 540a57b88fe805a0841bb64b05476fb923fa15fa..45390e21b4e0e28dee849f80aa5afc926a532fca 100644 (file)
@@ -164,7 +164,7 @@ function issue_options_controls()
        locations_list_row(_("From Location:"), 'Location');
        workcenter_list_row(_("To Work Centre:"), 'WorkCentre');
 
-    ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_MANUISSUE, null, array('date'=> get_post('date_'), 'location' => get_post('Location'));
+    ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_MANUISSUE, null, array('date'=> get_post('date_'), 'location' => get_post('Location'))));
  
        if (!isset($_POST['IssueType']))
                $_POST['IssueType'] = 0;