[hub] update hub item mapping

This commit is contained in:
Prateeksha Singh
2018-07-28 00:07:25 +05:30
parent 6e7fb71f1f
commit 83d60ffa1d

View File

@@ -16,8 +16,8 @@
}, },
{ {
"is_child_table": 0, "is_child_table": 0,
"local_fieldname": "eval:frappe.db.get_default(\"company\")", "local_fieldname": "eval:frappe.db.get_value('Hub Settings' , 'Hub Settings', 'company_email')",
"remote_fieldname": "company_name" "remote_fieldname": "hub_seller"
}, },
{ {
"is_child_table": 0, "is_child_table": 0,
@@ -28,16 +28,6 @@
"is_child_table": 0, "is_child_table": 0,
"local_fieldname": "item_group", "local_fieldname": "item_group",
"remote_fieldname": "item_group" "remote_fieldname": "item_group"
},
{
"is_child_table": 0,
"local_fieldname": "eval:frappe.session.user",
"remote_fieldname": "seller"
},
{
"is_child_table": 0,
"local_fieldname": "eval:frappe.db.get_default(\"country\")",
"remote_fieldname": "country"
} }
], ],
"idx": 1, "idx": 1,