diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-27 10:12:26 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-27 10:12:26 +0700 |
| commit | b5bc5c5bc63ecbfa7efe9ff06a373bbedfcf7d42 (patch) | |
| tree | d6372968c7bf3997b16cf4c01550aa7f5b4588a1 /indoteknik_custom/models | |
| parent | 44dc882a2af128a523ad8c594056261ad294be34 (diff) | |
push
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/requisition.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/requisition.py b/indoteknik_custom/models/requisition.py index 775acfb9..25133e72 100644 --- a/indoteknik_custom/models/requisition.py +++ b/indoteknik_custom/models/requisition.py @@ -88,7 +88,7 @@ class Requisition(models.Model): self.sales_approve = True elif self.env.user.id == 21 or self.env.user.id == 28: if not self.sales_approve: - raise UserError('Vita Belum Approve') + raise UserError('Darren Belum Approve') self.merchandise_approve = True def create_po_from_requisition(self): |
