summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indoteknik_custom/models/invoice_reklas.py2
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,