From: Janusz Dobrowolski Date: Thu, 5 Nov 2015 12:34:50 +0000 (+0100) Subject: Produce/Unassemble Finished Items from WorkOrder: fixed syntax error. X-Git-Tag: v2.4.2~19^2~142 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=6eda8cbcf98631aaf4c4d68033934e20ac2b9f98;p=fa-stable.git Produce/Unassemble Finished Items from WorkOrder: fixed syntax error. --- diff --git a/manufacturing/includes/work_order_issue_ui.inc b/manufacturing/includes/work_order_issue_ui.inc index 540a57b8..45390e21 100644 --- a/manufacturing/includes/work_order_issue_ui.inc +++ b/manufacturing/includes/work_order_issue_ui.inc @@ -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;