This commit is contained in:
2025-10-08 18:26:47 +02:00
parent ee1af56d03
commit f40c3d0f2e
6 changed files with 134 additions and 15 deletions
@@ -34,6 +34,11 @@ const props = defineProps({
all_segments: { type: Array, default: () => [] },
});
// Debug: log incoming contract balances (remove after fix)
try {
console.debug('Contracts received (balances):', props.contracts.map(c => ({ ref: c.reference, bal: c?.account?.balance_amount })));
} catch (e) {}
const emit = defineEmits(["edit", "delete", "add-activity"]);
const formatDate = (d) => {