diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-14 17:04:53 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-14 17:04:53 +0700 |
| commit | cc31429011b566c64792898b63d1e62d723ab127 (patch) | |
| tree | 434f82538291f5dab6e6cf55f8fcc8221ae8b952 /fixco_custom/models/uangmuka_pembelian.py | |
| parent | 467d67725055822e048e2e0a689a8cc3ffe4a271 (diff) | |
push req iqmal
Diffstat (limited to 'fixco_custom/models/uangmuka_pembelian.py')
| -rw-r--r-- | fixco_custom/models/uangmuka_pembelian.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/uangmuka_pembelian.py b/fixco_custom/models/uangmuka_pembelian.py index 6820c0d..ef2767c 100644 --- a/fixco_custom/models/uangmuka_pembelian.py +++ b/fixco_custom/models/uangmuka_pembelian.py @@ -109,7 +109,7 @@ class UangmukaPembelian(models.TransientModel): request.env['account.move.line'].create([param_debit, param_debit_selisih, param_credit]) else: request.env['account.move.line'].create([param_debit, param_credit]) - # order.is_create_uangmuka = True + order.uangmuka_exist = True order.move_entry_id = account_move.id return { 'name': _('Journal Entries'), |
