diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-03-20 10:39:08 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-03-20 10:39:08 +0700 |
| commit | 8ebc34a141841ed5d2c794c3b13b5db08ab673cf (patch) | |
| tree | 235de46ff9f33f376c1ff17a153de3961959f08c | |
| parent | f333a937fce8010c0c0dd442f51c0c7ea5e917ef (diff) | |
add info uang muka penjualan
| -rw-r--r-- | indoteknik_custom/models/invoice_reklas.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/invoice_reklas.py b/indoteknik_custom/models/invoice_reklas.py index 43736059..70469b72 100644 --- a/indoteknik_custom/models/invoice_reklas.py +++ b/indoteknik_custom/models/invoice_reklas.py @@ -46,7 +46,7 @@ class InvoiceReklas(models.TransientModel): if self.reklas_type == 'penjualan': parameter_debit = { 'move_id': account_move.id, - 'account_id': 449, + 'account_id': 449, # uang muka penjualan 'partner_id': invoice.partner_id.id, 'currency_id': 12, 'debit': self.pay_amt, |
