Hi
I am on VM ,
I want to change default text massage which is fetch on press Send SMS button in sales invice / sales order
I try to change in /home/frappe/frappe-bench/apps/erpnext/erpnext/public/js/sms_manager.js file but nothing change in massage
Please help me how can change fetch massage on press Send SMS button
did you hit reload after you made your changes?
BTW for those wanting to accomplish the same. Here is how I did it without making any changes to server-side code.
Add the contents of the below file to the custom scripts under 'Setup > Custom Script'
and edit the ‘default_msg’ variable.
https://github.com/frappe/erpnext/blob/1ac6bcba23ab1b388b39e1ea2d80264cfb4cc05f/erpnext/public/js/sms_manager.js
Also, a question to the experienced devs here. will this be considered a 'workaround/hack'
or 'an accepted solution'
?