[fix] Use per_billed instead of per_delivered and per_received for open notification

This commit is contained in:
Anand Doshi
2015-06-24 19:21:52 -04:00
parent 01c7ce1da3
commit 723b046c5b
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
- Open notification of Sales Order and Purchase Order based on whether Invoice is created against them. For eg. If a Sales Order is not Invoiced, it will be considered as open. Previously it was considered open if Delivery Note was created against Sales Order.