Merge branch 'staging' of https://git.putrakuningan.com/daengdeni/lpj into tender

This commit is contained in:
2025-03-12 11:25:36 +07:00
28 changed files with 642 additions and 430 deletions

View File

@@ -154,7 +154,7 @@
debitur_id: {
title: 'Debitur',
render: (item, data) => {
return `${data.debiture.name}`;
return `${data.debiture?.name}`;
},
},
tujuan_penilaian_id: {