add doc
This commit is contained in:
parent
74ff77d8b2
commit
93ed2621d9
@ -2727,6 +2727,8 @@ abstract class CommonObject
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'supplier_proposal':
|
case 'supplier_proposal':
|
||||||
|
/** @var SupplierProposal $this */
|
||||||
|
/** @var SupplierProposalLine $line */
|
||||||
$this->updateline(
|
$this->updateline(
|
||||||
$line->id,
|
$line->id,
|
||||||
$line->subprice,
|
$line->subprice,
|
||||||
@ -2751,6 +2753,8 @@ abstract class CommonObject
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'order_supplier':
|
case 'order_supplier':
|
||||||
|
/** @var CommandeFournisseur $this */
|
||||||
|
/** @var CommandeFournisseurLigne $line */
|
||||||
$this->updateline(
|
$this->updateline(
|
||||||
$line->id,
|
$line->id,
|
||||||
($line->description ? $line->description : $line->desc),
|
($line->description ? $line->description : $line->desc),
|
||||||
@ -2773,6 +2777,8 @@ abstract class CommonObject
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'invoice_supplier':
|
case 'invoice_supplier':
|
||||||
|
/** @var FactureFournisseur $this */
|
||||||
|
/** @var SupplierInvoiceLine $line */
|
||||||
$this->updateline(
|
$this->updateline(
|
||||||
$line->id,
|
$line->id,
|
||||||
($line->description ? $line->description : $line->desc),
|
($line->description ? $line->description : $line->desc),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user