Try fix for #17866
This commit is contained in:
parent
e938d875fb
commit
4e87a08282
@ -712,7 +712,7 @@ if ($massaction == 'confirm_createbills') { // Create bills from orders.
|
|||||||
|
|
||||||
for ($i = 0; $i < $num; $i++) {
|
for ($i = 0; $i < $num; $i++) {
|
||||||
$desc = ($lines[$i]->desc ? $lines[$i]->desc : '');
|
$desc = ($lines[$i]->desc ? $lines[$i]->desc : '');
|
||||||
// If we build one invoice for several order, we must put the invoice of order on the line
|
// If we build one invoice for several orders, we must put the ref of order on the invoice line
|
||||||
if (!empty($createbills_onebythird)) {
|
if (!empty($createbills_onebythird)) {
|
||||||
$desc = dol_concatdesc($desc, $langs->trans("Order").' '.$cmd->ref.' - '.dol_print_date($cmd->date, 'day'));
|
$desc = dol_concatdesc($desc, $langs->trans("Order").' '.$cmd->ref.' - '.dol_print_date($cmd->date, 'day'));
|
||||||
}
|
}
|
||||||
@ -772,6 +772,8 @@ if ($massaction == 'confirm_createbills') { // Create bills from orders.
|
|||||||
$array_options = $lines[$i]->array_options;
|
$array_options = $lines[$i]->array_options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$objecttmp->context['createfromclone'];
|
||||||
|
|
||||||
$result = $objecttmp->addline(
|
$result = $objecttmp->addline(
|
||||||
$desc,
|
$desc,
|
||||||
$lines[$i]->subprice,
|
$lines[$i]->subprice,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user