We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4cd4f commit 731d097Copy full SHA for 731d097
lib/documentTypes/apsBill.js
@@ -119,7 +119,7 @@ module.exports = {
119
if (Object.hasOwnProperty.call(keyValues, 'Your account number')) {
120
account_number = keyValues['Your account number'];
121
}
122
- if (Object.hasOwnProperty.call(keyValues, 'YOUR ACCOUNT NUMBER:')) {
+ if (!account_number && Object.hasOwnProperty.call(keyValues, 'YOUR ACCOUNT NUMBER:')) {
123
account_number = keyValues['YOUR ACCOUNT NUMBER:'];
124
125
if (!account_number || !account_number.length) {
0 commit comments