Skip to content

fix: sales invoice submitted without payment (CRED) have 'unpaid' status

Antoine Maas requested to merge antoine.maas/hiboutik:develop_am into v3.x.x-hotfix

Fix for issue #12
What I'm suggesting here is to simply treat nominative sales invoices that don't have a payment (payment mode "CRED" on hiboutik) as normal sales invoice rather than pos sales invoice. That way we don't have to touch the erpnext controller and it makes sense anyway from a functional perspective.

Merge request reports