Fix invoice totals in list. Don't store full client in invoices.

This commit is contained in:
HenriT
2021-02-16 21:45:40 +02:00
parent 96fa3d1fcb
commit b291455a05
5 changed files with 28 additions and 22 deletions

View File

@ -1,5 +1,5 @@
/* eslint-disable */
import dayjs from '../services/invoice.service';
import dayjs from 'dayjs';
export function uuidv4() {
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {