add float to amount

This commit is contained in:
Marko 2024-08-02 12:26:08 +02:00
parent 975f0ba049
commit 2a5a125aa2
No known key found for this signature in database

View File

@ -145,7 +145,7 @@ class Hiltes
#"SizeDescription" => '',#"string",
"CustomerNumber" => $tA['kundenummer'],
#"TypeOfEstate" => 0,
"Amount" => floatval($v['menge'].'.0'),#X
"Amount" => floatval($v['menge']),#X
"CalculatedSellingPrice" => $v['CalculatedSellingPrice'], #X kalkulierter Verkaufspreis
"AchievedSalesPrice" => $v['AchievedSalesPrice'], #X erzielter Verkaufspreis
"TransactionType" => "Sale", #X die Vorgangsart Sale=Verkauf Exchange=Umtausch / Storno