You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Review Required view from medication schedule
- Warning if creating duplicate case
- Inactive Procedure filtering
- Case required fields
- Case close remark required
- Cleanup some metadata
---------
Co-authored-by: Ankur Juneja <ankurjuneja05@gmail.com>
msg='This animal already has a case with the problem '+problemCategory+'. The subcategory is '+results.rows[0].problemSubcategory+'. Do you still want to submit this case?';
50
+
}
51
+
else{
52
+
msg='This animal already has '+subcategories.length+' cases with the problem '+problemCategory+'. The subcategories are '+subcategories.join(', ')+'. Do you still want to submit this case?';
53
+
}
54
+
55
+
Ext4.Msg.confirm('Similar Case Exists',msg,function(v){
56
+
if(v=='yes')
57
+
this.onSubmit(btn);
58
+
},this);
59
+
}
60
+
else{
61
+
Ext4.Msg.confirm('Finalize Form','You are about to finalize this form. Do you want to do this?',function(v){
62
+
if(v=='yes')
63
+
this.onSubmit(btn);
64
+
},this);
65
+
}
66
+
}
67
+
});
68
+
}
69
+
else{
70
+
Ext4.Msg.confirm('Finalize Form','You are about to finalize this form. Do you want to do this?',function(v){
71
+
if(v=='yes')
72
+
this.onSubmit(btn);
73
+
},this);
74
+
}
75
+
}
76
+
else{
77
+
Ext4.Msg.confirm('Finalize Form','You are about to finalize this form. Do you want to do this?',function(v){
78
+
if(v=='yes')
79
+
this.onSubmit(btn);
80
+
},this);
81
+
}
82
+
}
83
+
else{
84
+
Ext4.Msg.confirm('Finalize Form','You are about to finalize this form. Do you want to do this?',function(v){
0 commit comments