Fix : shipment was not considered as billed after classifybilled function
This commit is contained in:
parent
b203263e91
commit
d2603d5308
@ -1540,6 +1540,8 @@ class Expedition extends CommonObject
|
|||||||
if ($this->db->query($sql) )
|
if ($this->db->query($sql) )
|
||||||
{
|
{
|
||||||
//TODO: Option to set order billed if 100% of order is shipped
|
//TODO: Option to set order billed if 100% of order is shipped
|
||||||
|
$this->billed=1;
|
||||||
|
$this->db->commit();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user