Skip to content

Commit

Permalink
Ensure clear undue tax
Browse files Browse the repository at this point in the history
  • Loading branch information
kittiu committed Jul 29, 2023
1 parent ee4ce4f commit 2d10e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thai_tax/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
},
"Payment Entry": {
"validate": "thai_tax.custom.custom_api.validate_company_address",
"after_insert": "thai_tax.custom.custom_api.clear_invoice_undue_tax",
"on_update": "thai_tax.custom.custom_api.clear_invoice_undue_tax",
},
"Purchase Invoice": {
Expand Down

0 comments on commit 2d10e8e

Please sign in to comment.