mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
chore: fix conflicts
This commit is contained in:
@@ -297,11 +297,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
||||
let d = locals[cdt][cdn];
|
||||
return {
|
||||
filters: {
|
||||
<<<<<<< HEAD
|
||||
docstatus: 1,
|
||||
=======
|
||||
docstatus: ["<", 2],
|
||||
>>>>>>> 0c1a8e9c58 (fix: incorrect condition)
|
||||
inspection_type: inspection_type,
|
||||
reference_name: doc.name,
|
||||
item_code: d.item_code
|
||||
|
||||
Reference in New Issue
Block a user