Skip to content

Commit 3694947

Browse files
Fix: Missing account number
1 parent 873ac21 commit 3694947

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.env
22
node_modules/
3-
.expo/
3+
.expo/
4+
.github/

controllers/previewformsData.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const getbasicdetails_sql = `SELECT
7474

7575
const getbankdetails_sql = `SELECT
7676
bank_details.account_holder_name AS accountHolderName,
77+
bank_details.account_number AS accountNumber,
7778
bank_details.bank_name AS bankName,
7879
bank_details.branch,
7980
bank_details.ifsc_code AS ifscCode,

0 commit comments

Comments
 (0)