X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_add_finished.php;h=0bd89bd7d5648dfa5a8b5f2b7da24be8a85f3035;hb=b32d16b2c0c6c43e569ebe87e2a13ceb892b5788;hp=545b694b97794256cfcfb877ceed0b70e82948c9;hpb=72af4496f87c438dc85a0a7573d36b7bd9e49624;p=fa-stable.git diff --git a/manufacturing/work_order_add_finished.php b/manufacturing/work_order_add_finished.php index 545b694b..0bd89bd7 100644 --- a/manufacturing/work_order_add_finished.php +++ b/manufacturing/work_order_add_finished.php @@ -146,7 +146,7 @@ if (!isset($_POST['quantity']) || $_POST['quantity'] == '') start_table(); -ref_row(_("Reference:"), 'ref', references::get_next(29)); +ref_row(_("Reference:"), 'ref', '', references::get_next(29)); if (!isset($_POST['ProductionType'])) $_POST['ProductionType'] = 1;