add float to amount

This commit is contained in:
Marko 2024-08-07 14:56:27 +02:00
parent fd2fc4d821
commit 99551c9e31
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']),#X
"Amount" => $v['menge'],#X
"CalculatedSellingPrice" => $v['CalculatedSellingPrice'], #X kalkulierter Verkaufspreis
"AchievedSalesPrice" => $v['AchievedSalesPrice'], #X erzielter Verkaufspreis
"TransactionType" => 1, #X die Vorgangsart Sale=Verkauf Exchange=Umtausch / Storno