my product dra

This commit is contained in:
CHIEFSOFT\ameye
2025-09-01 12:33:38 -04:00
parent fba363f2a7
commit 3f26d4c2bc
5 changed files with 29 additions and 42 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ class AccountService(BaseService):
'option_name': t.option_name,
'option_type': t.option_type,
'payment_uid': t.payment_uid,
'amount': t.amount,
'amount': round( t.amount*0.01, 2),
'status': t.status,
'added': t.added
})