fixed Prescription seach by patID/PhysID/MedID

This commit is contained in:
EggMan20339 2024-02-21 08:21:46 -05:00
parent 5c73ed72b5
commit 0d463f2d5c

View File

@ -739,7 +739,7 @@ namespace Louis__Pharmacy_CNSA212_FP
{
ds = PharmacyDataTier.PrescriptionInfoSearch(rxNum, medID, physID, patID);
ds = PharmacyDataTier.PrescriptionInfoSearch(rxNum, patID, medID, physID);
if (ds.Tables[0].Rows.Count > 0) // There is a record.