Fixing style errors.
This commit is contained in:
parent
3fc8adf13e
commit
bd42680e2c
@ -1310,7 +1310,7 @@ class FactureRec extends CommonInvoice
|
||||
$facture->status = self::STATUS_DRAFT;
|
||||
$facture->date = (empty($facturerec->date_when) ? $now : $facturerec->date_when); // We could also use dol_now here but we prefer date_when so invoice has real date when we would like even if we generate later.
|
||||
$facture->socid = $facturerec->socid;
|
||||
if (!empty($facturerec->fk_multicurrency)){
|
||||
if (!empty($facturerec->fk_multicurrency)) {
|
||||
$facture->fk_multicurrency = $facturerec->fk_multicurrency;
|
||||
$facture->multicurrency_code = $facturerec->multicurrency_code;
|
||||
$facture->multicurrency_tx = $facturerec->multicurrency_tx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user