File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ class invoice extends Base {
6262 }
6363 // REMOVE
6464 // _.each(this.users, (time, name) => stats += `\n* **${name}**: ${time}`);
65- let to = this . concat ( this . config . get ( 'invoiceAddress' ) , '</br >' ) ;
66- let from = this . concat ( this . config . get ( 'invoiceSettings' ) . from , '</br >' ) ;
67- let opening = this . concat ( this . config . get ( 'invoiceSettings' ) . opening , '</br >' ) ;
68- let closing = this . concat ( this . config . get ( 'invoiceSettings' ) . closing , '</br >' ) ;
65+ let to = this . concat ( this . config . get ( 'invoiceAddress' ) , '<br / >' ) ;
66+ let from = this . concat ( this . config . get ( 'invoiceSettings' ) . from , '<br / >' ) ;
67+ let opening = this . concat ( this . config . get ( 'invoiceSettings' ) . opening , '<br / >' ) ;
68+ let closing = this . concat ( this . config . get ( 'invoiceSettings' ) . closing , '<br / >' ) ;
6969
7070 // QR bill
7171 let endOfZipPos = this . config . get ( 'invoiceSettings' ) . from [ 3 ] . search ( "[ _]" ) ;
You can’t perform that action at this time.
0 commit comments