diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-09-01 10:00:32 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-09-01 10:00:32 +0700 |
| commit | d7a5e47f741211e9750c21ac148331d6e29bdc16 (patch) | |
| tree | c8684c6dc8f9db74b9015b9662cd5b7a813448ce | |
| parent | 39ba067b1bb178e38226da76cd7d1190c15b0fb5 (diff) | |
(andri) add sum grand total tree dunning run
| -rw-r--r-- | indoteknik_custom/views/dunning_run.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/dunning_run.xml b/indoteknik_custom/views/dunning_run.xml index 210f7917..f624c42e 100644 --- a/indoteknik_custom/views/dunning_run.xml +++ b/indoteknik_custom/views/dunning_run.xml @@ -13,7 +13,7 @@ <field name="resi_tukar_faktur"/> <field name="date_terima_tukar_faktur"/> <field name="shipper_faktur_id"/> - <field name="grand_total"/> + <field name="grand_total" sum="Grand Total"/> <field name="create_uid" optional="hide"/> </tree> </field> |
