fixed Prescription seach by patID/PhysID/MedID
This commit is contained in:
parent
5c73ed72b5
commit
0d463f2d5c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user