X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_add_finished.php;h=757f304ce4128df7f2b5befe80179412ad462adf;hb=75a427435541f54e1834409dde4c9b02e81dc2de;hp=cec7ce78cdb067ecfa034f732a1b216b99af242e;hpb=e9ad9e87f5eb2682d2e91c93134250fd8a8d2ad9;p=fa-stable.git diff --git a/manufacturing/work_order_add_finished.php b/manufacturing/work_order_add_finished.php index cec7ce78..757f304c 100644 --- a/manufacturing/work_order_add_finished.php +++ b/manufacturing/work_order_add_finished.php @@ -182,7 +182,7 @@ if (!isset($_POST['quantity']) || $_POST['quantity'] == '') start_table(TABLESTYLE2); br(); -ref_row(_("Reference:"), 'ref', '', $Refs->get_next(29, null, get_post('date_')), false, ST_MANUISSUE); +ref_row(_("Reference:"), 'ref', '', $Refs->get_next(ST_MANURECEIVE, null, get_post('date_')), false, ST_MANURECEIVE); date_row(_("Date:"), 'date_'); if (!isset($_POST['ProductionType']))