This commit is contained in:
wayanrivan
2025-05-12 12:14:12 +07:00
parent ac3762b366
commit eb508bb245
4 changed files with 15 additions and 15 deletions

View File

@ -94,7 +94,7 @@ const ApprovalTransactionProvider = ({ children }: { children: React.ReactNode }
},
},
{
accessorKey: 'origin_customer.fullname',
accessorKey: 'origin_name',
header: ({ column }) => (
<DataGridColumnHeader title="Origin Customer Full Name" column={column} />
),