X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fmanage%2Fbom_edit.php;h=e50e8947605ea07b64e4b661600dab22aaca0dd0;hb=90c08330ed36df13b13b7bf8577a70699acf85d3;hp=3b2e70d6043e839c5b98e488e0b046bc85efe45e;hpb=e8ae3516539a520338117f25d401c0fc234973a4;p=fa-stable.git diff --git a/manufacturing/manage/bom_edit.php b/manufacturing/manage/bom_edit.php index 3b2e70d6..e50e8947 100644 --- a/manufacturing/manage/bom_edit.php +++ b/manufacturing/manage/bom_edit.php @@ -279,7 +279,7 @@ start_form(); qty_row(_("Quantity:"), 'quantity', null, null, null, $dec); end_table(1); - submit_add_or_update_center($selected_id == -1, '', true); + submit_add_or_update_center($selected_id == -1, '', 'both'); end_form(); } // ----------------------------------------------------------------------------------