fixed category viewing and editing on several pages
This commit is contained in:
parent
f36ef00478
commit
3e8767e481
10 changed files with 37 additions and 40 deletions
|
@ -1,5 +1,5 @@
|
|||
<td (click)="recurClick()">{{recur.seller}}</td>
|
||||
<td (click)="recurClick()">{{recur.category}}</td>
|
||||
<td (click)="recurClick()">{{categories[recur.category] || 'Uncategorised'}}</td>
|
||||
<td (click)="recurClick()">{{recur.essential}}</td>
|
||||
<td (click)="recurClick()">{{updatedDate}}</td>
|
||||
<td (click)="recurClick()">{{recur.recurring_period}}</td>
|
||||
|
|
Reference in a new issue