forked from Wavyzz/dolibarr
Update livraison.class.php
This commit is contained in:
committed by
GitHub
parent
fb80199713
commit
a2fd363f91
@@ -813,7 +813,7 @@ class Livraison extends CommonObject
|
|||||||
$line->price = $obj->price;
|
$line->price = $obj->price;
|
||||||
$line->total_ht = $obj->total_ht;
|
$line->total_ht = $obj->total_ht;
|
||||||
|
|
||||||
// Add
|
// units
|
||||||
$line->weight = $obj->weight;
|
$line->weight = $obj->weight;
|
||||||
$line->weight_units = $obj->weight_units;
|
$line->weight_units = $obj->weight_units;
|
||||||
$line->width = $obj->width;
|
$line->width = $obj->width;
|
||||||
@@ -827,7 +827,6 @@ class Livraison extends CommonObject
|
|||||||
$line->volume = $obj->volume;
|
$line->volume = $obj->volume;
|
||||||
$line->volume_units = $obj->volume_units;
|
$line->volume_units = $obj->volume_units;
|
||||||
|
|
||||||
|
|
||||||
$line->fk_unit = $obj->fk_unit;
|
$line->fk_unit = $obj->fk_unit;
|
||||||
|
|
||||||
$this->lines[$i] = $line;
|
$this->lines[$i] = $line;
|
||||||
|
|||||||
Reference in New Issue
Block a user