From 69040d289e0be846d0e89087b1a43745faf8b054 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 8 Jul 2026 19:25:33 +0200 Subject: [PATCH] =?UTF-8?q?Cambiar=20de=20posici=C3=B3n=20la=20columna=20"?= =?UTF-8?q?Serie"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../proformas-grid/use-proforma-grid-columns.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/customer-invoices/src/web/proformas/list/ui/blocks/proformas-grid/use-proforma-grid-columns.tsx b/modules/customer-invoices/src/web/proformas/list/ui/blocks/proformas-grid/use-proforma-grid-columns.tsx index b71d6360..53f27a41 100644 --- a/modules/customer-invoices/src/web/proformas/list/ui/blocks/proformas-grid/use-proforma-grid-columns.tsx +++ b/modules/customer-invoices/src/web/proformas/list/ui/blocks/proformas-grid/use-proforma-grid-columns.tsx @@ -94,13 +94,7 @@ export function useProformasGridColumns( ), cell: ({ row }) => DateHelper.format(row.original.invoiceDate), }, - { - id: "series", - accessorKey: "series", - header: "Serie", - enableHiding: true, - enableSorting: false, - }, + { id: "invoiceNumber", accessorKey: "invoiceNumber", @@ -185,7 +179,13 @@ export function useProformasGridColumns( cellClassName: "max-w-128", }, }, - + { + id: "series", + accessorKey: "series", + header: "Serie", + enableHiding: true, + enableSorting: false, + }, { id: "reference", accessorKey: "reference",