commit | 21f5680914c9adb274156f3067e76619d9ec7ddf | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Apr 07 16:42:50 2020 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Apr 07 16:42:50 2020 +0530 |
tree | c1a50f8293f927ddd7b770c28f6e3434218498ec | |
parent | 0f23a304bca1ffd886f53302b999d62fa9eb433e [diff] [blame] |
fix: merge conflicts
diff --git a/erpnext/stock/stock_ledger.py b/erpnext/stock/stock_ledger.py index b100f45..7567a1a 100644 --- a/erpnext/stock/stock_ledger.py +++ b/erpnext/stock/stock_ledger.py
@@ -428,7 +428,7 @@ frappe.get_desk_link(self.exceptions[0]["voucher_type"], self.exceptions[0]["voucher_no"])) if self.verbose: - frappe.throw(msg, NegativeStockError, title='Insufficent Stock') + frappe.throw(msg, NegativeStockError, title='Insufficient Stock') else: raise NegativeStockError(msg)