diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-11-18 10:49:19 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-11-18 10:49:19 +0700 |
| commit | ecdcf707992e0816a22619e7b87156eab8c9ed0c (patch) | |
| tree | 0dbf23baf70a27b0dd38f723aa00bcc003bacaa1 | |
| parent | ace5065eecb5bcf7072668c88829306dd9b4548a (diff) | |
(andri) fix bug confirm payment PUM
| -rw-r--r-- | indoteknik_custom/models/advance_payment_request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/advance_payment_request.py b/indoteknik_custom/models/advance_payment_request.py index d96fc8ee..ec23de63 100644 --- a/indoteknik_custom/models/advance_payment_request.py +++ b/indoteknik_custom/models/advance_payment_request.py @@ -505,7 +505,7 @@ class AdvancePaymentRequest(models.Model): for rec in self: if not rec.attachment_file_image and not rec.attachment_file_pdf: raise UserError( - f'Tidak bisa konfirmasi pembayaran PUM {rec.name or ""} ' + f'Tidak bisa konfirmasi pembayaran {rec.number or ""} ' f'karena belum ada bukti attachment (PDF/Image).' ) |
