mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 03:45:08 +00:00
fix: allow submit delivery note when the sales order was billed... (#34910)
This commit is contained in:
@@ -271,6 +271,9 @@ class DeliveryNote(SellingController):
|
||||
def check_credit_limit(self):
|
||||
from erpnext.selling.doctype.customer.customer import check_credit_limit
|
||||
|
||||
if self.per_billed == 100:
|
||||
return
|
||||
|
||||
extra_amount = 0
|
||||
validate_against_credit_limit = False
|
||||
bypass_credit_limit_check_at_sales_order = cint(
|
||||
|
||||
Reference in New Issue
Block a user