Merge remote-tracking branch 'origin/staging' into origin/production

This commit is contained in:
Server D3 Linksehat
2025-04-21 16:16:04 +07:00
3 changed files with 52 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ class PrescriptionController extends Controller
'tx_prescription_orders.sAddress as kirim_ke',
'tx_prescription_orders.sDeliveryPrice as ongkir',
'tx_prescription_orders.sDeliveryMethod as delivery',
'tx_prescription_orders.sPaymentStatus',
'tx_prescription_orders.nIDApotek',
)
->whereNotNull('nIDUser');