Commit 99e79605 by Billy Larru

[EDIT montosPolicias cambiando de orden a la columna ROL]

parent 1434ff17
...@@ -24,26 +24,6 @@ function getColumns() { ...@@ -24,26 +24,6 @@ function getColumns() {
className: 'text-center' className: 'text-center'
}, },
{ {
title: `FECHA ENTRADA`,
data: `fecha_entrada`,
className: 'text-center'
},
{
title: `MARC. ENTRADA`,
data: `marcacion_entrada`,
className: 'text-center'
},
{
title: `MARC. SALIDA`,
data: `marcacion_salida`,
className: 'text-center'
},
{
title: `FECHA SALIDA`,
data: `fecha_salida`,
className: 'text-center'
},
{
title: `ROL`, title: `ROL`,
data: `tiporol_descripcion`, data: `tiporol_descripcion`,
className: 'text-center', className: 'text-center',
...@@ -65,6 +45,26 @@ function getColumns() { ...@@ -65,6 +45,26 @@ function getColumns() {
} }
}, },
{ {
title: `FECHA ENTRADA`,
data: `fecha_entrada`,
className: 'text-center'
},
{
title: `MARC. ENTRADA`,
data: `marcacion_entrada`,
className: 'text-center'
},
{
title: `MARC. SALIDA`,
data: `marcacion_salida`,
className: 'text-center'
},
{
title: `FECHA SALIDA`,
data: `fecha_salida`,
className: 'text-center'
},
{
title: `COSTO HORA`, title: `COSTO HORA`,
data: `costo_hora`, data: `costo_hora`,
className: 'text-center', className: 'text-center',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment