fix report issue

This commit is contained in:
2025-08-31 21:31:10 +03:00
parent 85e6f998f7
commit eb262451ad
2 changed files with 3 additions and 1 deletions

View File

@@ -141,8 +141,8 @@ class ReportPage:
ft.DataCell(ft.Text(client_name)),
ft.DataCell(ft.Text(transporter_name)),
ft.DataCell(ft.Text(order_date)),
ft.DataCell(ft.Text(received)),
ft.DataCell(ft.Text(paid)),
ft.DataCell(ft.Text(received)),
ft.DataCell(ft.Text(profit)),
],
)