forked from Wavyzz/dolibarr
FIX Amount of localtaxes in foreign currency was wrong on screen and PDF
This commit is contained in:
@@ -275,6 +275,8 @@ class Commande extends CommonOrder
|
||||
public $multicurrency_total_ht;
|
||||
public $multicurrency_total_tva;
|
||||
public $multicurrency_total_ttc;
|
||||
public $multicurrency_total_localtax1; // not in database
|
||||
public $multicurrency_total_localtax2; // not in database
|
||||
|
||||
//! key of module source when order generated from a dedicated module ('cashdesk', 'takepos', ...)
|
||||
public $module_source;
|
||||
|
||||
Reference in New Issue
Block a user