mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
chore: whitespace cleanup from codebase
This commit is contained in:
@@ -14,4 +14,4 @@ class TestInit(unittest.TestCase):
|
||||
self.assertEqual(test_method(), 'original')
|
||||
|
||||
frappe.flags.country = 'France'
|
||||
self.assertEqual(test_method(), 'overridden')
|
||||
self.assertEqual(test_method(), 'overridden')
|
||||
|
||||
@@ -874,4 +874,4 @@ def make_bom_for_subcontracted_items():
|
||||
|
||||
def set_backflush_based_on(based_on):
|
||||
frappe.db.set_value('Buying Settings', None,
|
||||
'backflush_raw_materials_of_subcontract_based_on', based_on)
|
||||
'backflush_raw_materials_of_subcontract_based_on', based_on)
|
||||
|
||||
@@ -44,4 +44,4 @@ module.exports = {
|
||||
after: browser => {
|
||||
browser.end();
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
@@ -56,4 +56,4 @@ def create_missing_designation():
|
||||
frappe.get_doc({
|
||||
'doctype': 'Designation',
|
||||
'designation_name': 'CTO'
|
||||
}).insert()
|
||||
}).insert()
|
||||
|
||||
Reference in New Issue
Block a user