[enhance] Search customer using primary contact mobile number (#11998)

* [enhance] Search customer using primary contact mobile number

* Update build.json
This commit is contained in:
rohitwaghchaure
2017-12-14 13:06:21 +05:30
committed by Nabin Hait
parent a2cfd97cd7
commit 24e5265281
7 changed files with 328 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
"public/js/pos/pos.html",
"public/js/pos/pos_bill_item.html",
"public/js/pos/pos_bill_item_new.html",
"public/js/pos/pos_selected_item.html",
"public/js/pos/pos_selected_item.html",
"public/js/pos/pos_item.html",
"public/js/pos/pos_tax_row.html",
"public/js/pos/customer_toolbar.html",
@@ -34,6 +34,7 @@
"public/js/agriculture/ternary_plot.js",
"public/js/templates/item_quick_entry.html",
"public/js/utils/item_quick_entry.js",
"public/js/utils/customer_quick_entry.js",
"public/js/education/student_button.html",
"public/js/education/assessment_result_tool.html"
],
@@ -42,4 +43,4 @@
"stock/dashboard/item_dashboard_list.html",
"stock/dashboard/item_dashboard.js"
]
}
}