mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -839,14 +839,9 @@ def get_tax_template(doctype, txt, searchfield, start, page_len, filters):
|
|||||||
"company": company,
|
"company": company,
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
taxes = _get_item_tax_template(args, taxes, for_validate=True)
|
taxes = _get_item_tax_template(args, taxes, for_validate=True)
|
||||||
return [(d,) for d in set(taxes)]
|
|
||||||
=======
|
|
||||||
taxes = _get_item_tax_template(ctx, taxes, for_validate=True)
|
|
||||||
txt = txt.lower()
|
txt = txt.lower()
|
||||||
return [(d,) for d in set(taxes) if not txt or txt in d.lower()]
|
return [(d,) for d in set(taxes) if not txt or txt in d.lower()]
|
||||||
>>>>>>> 4dd37ba033 (fix: filter the item tax template using the input text)
|
|
||||||
|
|
||||||
|
|
||||||
def get_fields(doctype, fields=None):
|
def get_fields(doctype, fields=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user