💊 MedBill Pro v10
Ganpati Chemical
/* MBP PURCHASE API CONFIRMATION */ (function(){ if (window.__MBP_PURCHASE_FETCH_WRAPPED) return; window.__MBP_PURCHASE_FETCH_WRAPPED = true; const __mbpOriginalFetch = window.fetch.bind(window); window.fetch = function(input, init){ const url = typeof input === 'string' ? input : (input && input.url ? input.url : ''); const method = String( (init && init.method) || (input && input.method) || 'GET' ).toUpperCase(); const isPurchaseWrite = method === 'POST' && /\/api\/purchases(?:\/|$|\?)/i.test(url); const request = __mbpOriginalFetch(input, init); if (!isPurchaseWrite) return request; window.MBP_PURCHASE_DB_PENDING = request.then(function(response){ if (!response.ok) { throw new Error('Purchase API HTTP ' + response.status); } window.MBP_PURCHASE_DB_CONFIRMED = true; return response; }).catch(function(err){ window.MBP_PURCHASE_DB_CONFIRMED = false; mbpPurchaseDbFailureToast(); throw err; }); return request; }; })();
Login karne ke liye apni registered Email daalein
Staff PIN se Login karein