2
0
forked from Wavyzz/dolibarr

FIX Amount of localtaxes in foreign currency was wrong on screen and PDF

This commit is contained in:
Laurent Destailleur
2024-03-13 21:41:55 +01:00
parent 3ede8e2937
commit a0b26ae7cd
12 changed files with 102 additions and 38 deletions

View File

@@ -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;