From cc31429011b566c64792898b63d1e62d723ab127 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 14 Jan 2026 17:04:53 +0700 Subject: push req iqmal --- fixco_custom/models/uangmuka_pembelian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixco_custom/models/uangmuka_pembelian.py') 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'), -- cgit v1.2.3