Merge pull request 'export structure' (#325) from 2343-exportar_produccion into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #325
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
Joan Sanchez 2020-07-07 06:26:33 +00:00
commit 778c38df89
3 changed files with 2201 additions and 924 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,6 @@ describe('ticket getTaxes()', () => {
it('should return the tax of a given ticket', async() => {
let result = await app.models.Ticket.getTaxes(1);
expect(result[0].tax).toEqual(77.54);
expect(result[0].tax).toEqual(7.1);
});
});