Add todo to show code is missing here

This commit is contained in:
Laurent Destailleur
2015-02-16 20:51:05 +01:00
parent 1e78d0e8d4
commit 5688e8ecd8

View File

@@ -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;