This commit is contained in:
2026-06-15 20:04:37 +02:00
parent 3a0edea8cd
commit 07e48944b6
7 changed files with 8 additions and 38 deletions

View File

@@ -5072,12 +5072,12 @@ class PurchaseTradeTestCase(ModuleTestCase):
{
'label': 'FOB value in EUR',
'amount': Decimal('2500'),
'amount_text': '2500.00',
'amount_text': '2,500.00',
},
{
'label': 'FREIGHT value in EUR',
'amount': Decimal('59993.75'),
'amount_text': '59993.75',
'amount_text': '59,993.75',
},
])