Fixed merge conflict

This commit is contained in:
Nabin Hait
2018-08-29 13:34:58 +05:30
34 changed files with 584 additions and 96 deletions

View File

@@ -22,7 +22,7 @@ frappe.ui.form.on('Asset Category', {
var d = locals[cdt][cdn];
return {
"filters": {
"root_type": "Asset",
"account_type": "Accumulated Depreciation",
"is_group": 0,
"company": d.company_name
}
@@ -52,4 +52,4 @@ frappe.ui.form.on('Asset Category', {
});
}
});
});