diff options
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index 185eeee0..45d54209 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -92,7 +92,7 @@ class AccountMove(models.Model): if record.sale_id.delivery_amt > 0: tb.parse(int(record.sale_id.delivery_amt)) res = tb.getresult().title() - record.delivery_amt_text = res + 'Rupiah' + record.delivery_amt_text = res + ' Rupiah' except: record.delivery_amt_text = res |
