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

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

Loading…
Cancel
Save