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

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