From 2b274f1f83ec0d318636cccda074d2b3c6669596 Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Sun, 21 Dec 2025 08:21:33 +0300 Subject: [PATCH] bug 1518 fixed. --- lib/modules/loan_module/pages/create_loan_request_page.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/modules/loan_module/pages/create_loan_request_page.dart b/lib/modules/loan_module/pages/create_loan_request_page.dart index 734b39c5..fe76e39b 100644 --- a/lib/modules/loan_module/pages/create_loan_request_page.dart +++ b/lib/modules/loan_module/pages/create_loan_request_page.dart @@ -121,18 +121,16 @@ class _CreateLoanRequestPageState extends State with Tick ), 16.height, ], + ...doctorInfoSection(), // ...contactInfoSection(), - // 16.height, - ...itemDetailsSection(), 16.height, - ...doctorInfoSection(), + ...itemDetailsSection(), 16.height, ...vendorDetailsSection(), 16.height, AttachmentPicker( label: context.translation.attachments, attachment: attachments, - buttonColor: AppColor.black10, onlyImages: false, showAsListView: true, buttonIcon: 'image-plus'.toSvgAsset(color: context.isDark ? AppColor.primary10 : AppColor.neutral120),