mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 16:12:53 +00:00
fix: travis
This commit is contained in:
@@ -19,7 +19,7 @@ frappe.pages['patient_history'].on_page_load = function(wrapper) {
|
||||
fieldname: 'patient',
|
||||
placeholder: __('Select Patient'),
|
||||
only_select: true,
|
||||
change: function(){
|
||||
change: function() {
|
||||
let patient_id = patient.get_value();
|
||||
if (pid != patient_id && patient_id) {
|
||||
me.start = 0;
|
||||
|
||||
Reference in New Issue
Block a user