Update mo_production.php
This commit is contained in:
parent
765f0c4d19
commit
085b893074
@ -150,7 +150,7 @@ if (empty($reshook)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (($action == 'confirm_addconsumeline' && GETPOST('addconsumelinebutton') && $permissiontoadd)
|
if (($action == 'confirm_addconsumeline' && GETPOST('addconsumelinebutton') && $permissiontoadd)
|
||||||
|| $action == 'confirm_addproduceline' && GETPOST('addproducelinebutton') && $permissiontoadd) {
|
|| ($action == 'confirm_addproduceline' && GETPOST('addproducelinebutton') && $permissiontoadd)) {
|
||||||
$moline = new MoLine($db);
|
$moline = new MoLine($db);
|
||||||
|
|
||||||
// Line to produce
|
// Line to produce
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user