Add todo to show code is missing here
This commit is contained in:
parent
1e78d0e8d4
commit
5688e8ecd8
@ -804,6 +804,12 @@ class Expedition extends CommonObject
|
|||||||
}
|
}
|
||||||
$linebatch->dluo_qty=$value['q'];
|
$linebatch->dluo_qty=$value['q'];
|
||||||
$tab[]=$linebatch;
|
$tab[]=$linebatch;
|
||||||
|
|
||||||
|
if ($conf->global->STOCK_MUST_BE_ENOUGH_FOR_SHIPMENT)
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$line->entrepot_id = $linebatch->entrepot_id;
|
$line->entrepot_id = $linebatch->entrepot_id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user