mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
feat: Show contact on incoming call
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"css/erpnext.css": [
|
||||
"public/less/erpnext.less",
|
||||
"public/less/hub.less"
|
||||
"public/less/hub.less",
|
||||
"public/less/call_summary.less"
|
||||
],
|
||||
"css/marketplace.css": [
|
||||
"public/less/hub.less"
|
||||
@@ -49,7 +50,8 @@
|
||||
"public/js/education/student_button.html",
|
||||
"public/js/education/assessment_result_tool.html",
|
||||
"public/js/hub/hub_factory.js",
|
||||
"public/js/call_summary_dialog.js"
|
||||
"public/js/call_popup/call_summary_dialog.js",
|
||||
"public/js/call_popup/call_summary.html"
|
||||
],
|
||||
"js/item-dashboard.min.js": [
|
||||
"stock/dashboard/item_dashboard.html",
|
||||
|
||||
Reference in New Issue
Block a user