File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 207
207
linebreak ()
208
208
" Reference: " + strong (invoice . at (" reference" ). replace (" \\ " , "" ))
209
209
linebreak ()
210
- text (luma (100 ), emph (" To use as label on your bank transfer to identify the transaction." ))
210
+ text (luma (100 ), emph (" To be used as label on your bank transfer to identify the transaction." ))
211
211
linebreak ()
212
212
} else {
213
213
hide (" a" )
220
220
sender . at (" name" ). replace (" \\ " , "" )
221
221
+ " sent you this invoice on "
222
222
+ format-date (issued )
223
- + " . The invoice must be paid under "
223
+ + " . The invoice must be paid in under "
224
224
+ count-days (issued , parse-date (invoice . at (" due" )))
225
- + " day(s) , otherwise you will have to pay a late fee of "
225
+ + " days , otherwise you will have to pay a late fee of "
226
226
+ str (fee )
227
227
+ " % and a "
228
228
+ str (penalty )
You can’t perform that action at this time.
0 commit comments