mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
@@ -1242,10 +1242,15 @@ if ($action == 'create') {
|
||||
// Display lines for extrafields of the Reception line
|
||||
// $line is a 'CommandeFournisseurLigne', $dispatchLines contains values of Reception lines so properties of CommandeFournisseurDispatch
|
||||
if (!empty($extrafields)) {
|
||||
//var_dump($line);
|
||||
$colspan = 5;
|
||||
if (isModEnabled('productbatch')) {
|
||||
$colspan += 3;
|
||||
$colspan += 2;
|
||||
if (empty($conf->global->PRODUCT_DISABLE_SELLBY)) {
|
||||
$colspan += 1;
|
||||
}
|
||||
if (empty($conf->global->PRODUCT_DISABLE_EATBY)) {
|
||||
$colspan += 1;
|
||||
}
|
||||
}
|
||||
$recLine = new CommandeFournisseurDispatch($db);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user