|
@@ -536,7 +536,10 @@
|
|
|
}, 'json');
|
|
|
},
|
|
|
showSendFaxPopup: function() {
|
|
|
- showStagPopup('send-fax-popup');
|
|
|
+ this.faxNumber = this[this.currentCategory + 'PopupItem'].data.pharmacyFax;
|
|
|
+ Vue.nextTick(() => {
|
|
|
+ showStagPopup('send-fax-popup');
|
|
|
+ });
|
|
|
},
|
|
|
sendFax: function(_item) {
|
|
|
$.post('/api/ticketFax/create', {
|