mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
Add todo to show code is missing here
This commit is contained in:
@@ -804,6 +804,12 @@ class Expedition extends CommonObject
|
||||
}
|
||||
$linebatch->dluo_qty=$value['q'];
|
||||
$tab[]=$linebatch;
|
||||
|
||||
if ($conf->global->STOCK_MUST_BE_ENOUGH_FOR_SHIPMENT)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
$line->entrepot_id = $linebatch->entrepot_id;
|
||||
|
||||
Reference in New Issue
Block a user