Taxes, tips and bugfixes #10
1 changed files with 5 additions and 2 deletions
|
@ -140,6 +140,9 @@ export class DbExportComponent implements OnInit {
|
|||
this.orders[i].total + ',' +
|
||||
this.orders[i].price! + ',' +
|
||||
this.orders[i].totalZec + ',' +
|
||||
this.orders[i].taxAmount + ',' +
|
||||
this.orders[i].vatAmount + ',' +
|
||||
this.orders[i].tipAmount + ',' +
|
||||
paid + ',"' +
|
||||
this.orders[i].externalInvoice + '"' +
|
||||
'\n';
|
||||
|
|
Loading…
Reference in a new issue