#1258 ticket.index sumatorio removed unused code
gitea/salix/dev This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-04-29 10:35:46 +02:00
parent 774d8524cc
commit 85dc6e51af
1 changed files with 0 additions and 9 deletions

View File

@ -5,25 +5,16 @@ describe('Component vnTicketIndex', () => {
let tickets = [{ let tickets = [{
id: 1, id: 1,
clientFk: 1, clientFk: 1,
salesPersonFk: 9,
shipped: new Date(),
nickname: 'Test',
total: 10.5, total: 10.5,
checked: false checked: false
}, { }, {
id: 2, id: 2,
clientFk: 1, clientFk: 1,
salesPersonFk: 9,
shipped: new Date(),
nickname: 'Test',
total: 20.5, total: 20.5,
checked: true checked: true
}, { }, {
id: 3, id: 3,
clientFk: 1, clientFk: 1,
salesPersonFk: 9,
shipped: new Date(),
nickname: 'Test',
total: 30, total: 30,
checked: true checked: true
}]; }];