a87af89a8a
- Added "Complete Payments" header in CustomerMenu::completePayments for clarity. - Implemented validation to check if invoices list is empty and display appropriate message. - Added logic to verify presence of pending invoices before proceeding with payment. - Enhanced error handling to show "Payment failed" with pressEnter prompt when no invoice is selected. - Updated selectInvoiceFromUserForPayment in MenuHelper.h: - Changed function to inline and added util::clear() at start. - Updated column headers to "Technician ID" and "Technician Name" for clarity. - Removed temporary AdminMenu.cpp file from enc_temp_folder. Fixes #1750