Fix: Login deleting old clients was conflicting with login history
Chore: Moved to angular linting using the recommended plugins / settings
This commit is contained in:
@@ -78,7 +78,7 @@ export class RawMaterialCostComponent implements OnInit {
|
||||
}
|
||||
|
||||
exportCsv() {
|
||||
let headers: {};
|
||||
let headers: { [display: string]: string };
|
||||
if (this.info.id) {
|
||||
headers = { Name: 'name', Group: 'group', Quantity: 'quantity', Net: 'net', Gross: 'gross' };
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user