diff --git a/src/app/db-export/db-export.component.ts b/src/app/db-export/db-export.component.ts index 4b2561f..581674d 100644 --- a/src/app/db-export/db-export.component.ts +++ b/src/app/db-export/db-export.component.ts @@ -39,8 +39,8 @@ export class DbExportComponent implements OnInit { expiration: new Date(Date.now()).toISOString(), payconf: false, crmToken: '', - viewkey: '', - tips: false + viewkey: '', + tips: false }; _ordersOk = false; @@ -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';