revert: refs #7134 customer changes
This commit is contained in:
parent
9fcea12580
commit
1f1fc4d6b9
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
Company Country Id client Client workerSocialName Amount Taxable base Id ticket Active Invoice Data checked Id Comercial workerName
|
||||
VNL España 1101 BATMAN salesPersonNick -35.4 -35.4 23 1 1 1 18 salesperson
|
||||
VNL España 1101 BATMAN salesPersonNick -8.07 -8.07 24 1 1 1 18 salesperson
|
|
|
@ -5,7 +5,7 @@ import { useRoute } from 'vue-router';
|
|||
import { useAcl } from 'src/composables/useAcl';
|
||||
import axios from 'axios';
|
||||
import { useQuasar } from 'quasar';
|
||||
import { getClientRisk } from 'src/composables/getRisk';
|
||||
import { getClientRisk } from '../composables/getClientRisk';
|
||||
|
||||
import { toCurrency, toDate, toDateHourMin } from 'src/filters';
|
||||
import { useState } from 'composables/useState';
|
||||
|
|
|
@ -3,7 +3,7 @@ import { onBeforeMount, reactive, ref } from 'vue';
|
|||
import { useI18n } from 'vue-i18n';
|
||||
import { useRoute } from 'vue-router';
|
||||
import axios from 'axios';
|
||||
import { getClientRisk } from 'src/composables/getRisk';
|
||||
import { getClientRisk } from '../composables/getClientRisk';
|
||||
import { useDialogPluginComponent } from 'quasar';
|
||||
|
||||
import { usePrintService } from 'composables/usePrintService';
|
||||
|
|
Loading…
Reference in New Issue