Spaces:
Sleeping
Sleeping
Commit
·
61b033f
1
Parent(s):
184fe1e
fix: wordings
Browse files
script.js
CHANGED
@@ -186,9 +186,11 @@ if (typeof document !== 'undefined') {
|
|
186 |
<div class="notes">
|
187 |
SPECIAL NOTES:<br><br>
|
188 |
AMOUNT IN WORDS:<br>
|
189 |
-
<strong
|
190 |
-
Delivery : 7
|
191 |
-
BANK DETAILS FOR RTGS/ NEFT
|
|
|
|
|
192 |
A/C NO: ${bank.account}<br>
|
193 |
IFSC CODE: ${bank.ifsc}
|
194 |
</div>
|
|
|
186 |
<div class="notes">
|
187 |
SPECIAL NOTES:<br><br>
|
188 |
AMOUNT IN WORDS:<br>
|
189 |
+
<strong>Rupees ${rupeeWords}${paiseWords ? ' and ' + paiseWords + ' Paise' : ''} only</strong><br><br>
|
190 |
+
Delivery : 7 to 10 working days after receiving PO<br><br>
|
191 |
+
BANK DETAILS FOR RTGS/ NEFT<br>
|
192 |
+
BANK:${bank.name}<br>
|
193 |
+
BRANCH: ${bank.branch}<br>
|
194 |
A/C NO: ${bank.account}<br>
|
195 |
IFSC CODE: ${bank.ifsc}
|
196 |
</div>
|