main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit f32cce6177 - Show all commits

View File

@@ -203,7 +203,7 @@ class Lot(metaclass=PoolMeta):
)
pivot_data['options'] = {
"rows": ["lot","ct type","event_date","event","move","curr","rate"],
"rows": ["lot","ct type","event_date","event","move","Curr","rate"],
"cols": ["account"],
"aggregatorName": "Sum",
"vals": ["amount"]