merge-requests/688/head
hussam al-habibeh 5 years ago
parent b6cb6362f6
commit 269c8e21f6

@ -618,7 +618,11 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
.toString()
: null,
validationError:
unitError,
model.itemMedicineListUnit
.length !=
1
? unitError
: null,
enabled: false),
),
),
@ -804,7 +808,12 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
? frequency[
'description']
: null,
validationError: frequencyError,
validationError: model
.itemMedicineList
.length !=
1
? frequencyError
: null,
enabled: false,
),
),

Loading…
Cancel
Save