mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadiendo lineas
This commit is contained in:
@ -85,7 +85,7 @@ var editor = new $.fn.dataTable.Editor( {
|
||||
"name": "factura_id",
|
||||
"type": "hidden"
|
||||
}, {
|
||||
"name": "pedido_impresion_id",
|
||||
"name": "pedido_linea_impresion_id",
|
||||
"type": "hidden"
|
||||
},{
|
||||
"name": "pedido_maquetacion_id",
|
||||
@ -126,7 +126,7 @@ var tableLineas = $('#tableOfLineasFactura').DataTable({
|
||||
scrollX: true,
|
||||
columns: [
|
||||
{data: null, render: actionBtns},
|
||||
{data: "pedido_impresion_id"},
|
||||
{data: "pedido_linea_impresion_id"},
|
||||
{data: "pedido_maquetacion_id"},
|
||||
{data: "unidades"},
|
||||
{data: "concepto"},
|
||||
|
||||
Reference in New Issue
Block a user