Compare commits

..

No commits in common. '562dbafdde79eb6dd1d0ec4edb8bbe99771d1abf' and '3de009d2dd2d472f0e830475abc800804cf558b7' have entirely different histories.

@ -96,7 +96,7 @@ class LabsService extends BaseService {
body['OrderNo'] = patientLabOrder.orderNo;
body['isDentalAllowedBackend'] = false;
body['SetupID'] = patientLabOrder.setupID;
body['ProjectID'] = patientLabOrder.projectID;
// body['ProjectID'] = patientLabOrder.projectID; commented as per backend request
body['ClinicID'] = patientLabOrder.clinicID ?? 0;
body['InvoiceType'] = patientLabOrder.invoiceType ?? "";
await baseAppClient.postPatient(url, patient: patient, onSuccess: (dynamic response, int statusCode) {

@ -33,8 +33,6 @@ class _GifLoaderContainerState extends State<GifLoaderContainer> with TickerProv
// margin: EdgeInsets.only(bottom: 40),
child: Gif(
controller: controller1,
height: 56,
width: 56,
image: AssetImage("assets/images/progress-loading-red.gif"), //NetworkImage("http://img.mp.itc.cn/upload/20161107/5cad975eee9e4b45ae9d3c1238ccf91e.jpg"),
),
));

Loading…
Cancel
Save