|
@@ -1222,6 +1222,8 @@ GROUP BY erx_category");
|
|
|
}, _data => {
|
|
|
if(!hasResponseError(_data)) {
|
|
|
// nothing to do
|
|
|
+ toastr.success('Prescription updated');
|
|
|
+ refreshDynamicStagPopup();
|
|
|
}
|
|
|
}, 'json');
|
|
|
},
|
|
@@ -1240,6 +1242,8 @@ GROUP BY erx_category");
|
|
|
}, _data => {
|
|
|
if(!hasResponseError(_data)) {
|
|
|
// nothing to do
|
|
|
+ toastr.success('Prescription updated');
|
|
|
+ refreshDynamicStagPopup();
|
|
|
}
|
|
|
}, 'json');
|
|
|
},
|
|
@@ -1343,8 +1347,8 @@ GROUP BY erx_category");
|
|
|
}, _data => {
|
|
|
if(!hasResponseError(_data)) {
|
|
|
// nothing to do
|
|
|
-
|
|
|
- self.setAddMode('');
|
|
|
+ toastr.success('Prescription updated');
|
|
|
+ refreshDynamicStagPopup();
|
|
|
}
|
|
|
}, 'json');
|
|
|
|