mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
fix: resolve conflicts
This commit is contained in:
@@ -3,12 +3,8 @@
|
|||||||
|
|
||||||
|
|
||||||
from frappe.permissions import add_user_permission, remove_user_permission
|
from frappe.permissions import add_user_permission, remove_user_permission
|
||||||
<<<<<<< HEAD
|
|
||||||
from frappe.tests.utils import FrappeTestCase, change_settings
|
from frappe.tests.utils import FrappeTestCase, change_settings
|
||||||
from frappe.utils import add_days, cstr, flt, get_time, getdate, nowtime, today
|
|
||||||
=======
|
|
||||||
from frappe.utils import add_days, cstr, flt, get_time, getdate, nowdate, nowtime, today
|
from frappe.utils import add_days, cstr, flt, get_time, getdate, nowdate, nowtime, today
|
||||||
>>>>>>> b603581 (fix(stock): distribute additional costs when incoming items have no value)
|
|
||||||
|
|
||||||
from erpnext.accounts.doctype.account.test_account import get_inventory_account
|
from erpnext.accounts.doctype.account.test_account import get_inventory_account
|
||||||
from erpnext.controllers.accounts_controller import InvalidQtyError
|
from erpnext.controllers.accounts_controller import InvalidQtyError
|
||||||
|
|||||||
Reference in New Issue
Block a user