revert: #6943 remove bad code when merge conflicts
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2024-11-29 07:40:52 +01:00
parent 0aa43506e3
commit 1cf6a7b1a9
1 changed files with 0 additions and 4 deletions

View File

@ -25,11 +25,7 @@ const $props = defineProps({
const entityId = computed(() => $props.id || route.params.id);
const customer = computed(() => summary.value.entity);
const summary = ref();
const clientUrl = ref();
onMounted(async () => {
clientUrl.value = (await getUrl('client/')) + entityId.value + '/';
});
const defaulterAmount = computed(() => customer.value.defaulters[0]?.amount);
const balanceDue = computed(() => {
const amount = defaulterAmount.value;