mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'bug/eventos_cob_rot' into 'main'
corregido el replace para el tipo de linea See merge request jjimenez/safekat!175
This commit is contained in:
@ -2901,7 +2901,6 @@ function eventos_lp_rot_bn(){
|
|||||||
$('#lp_rot_bn_checkPapel').bind("change", {id_linea: 'lp_rot_bn'}, update_total_linea);
|
$('#lp_rot_bn_checkPapel').bind("change", {id_linea: 'lp_rot_bn'}, update_total_linea);
|
||||||
$('#lp_rot_bn_checkClicks').bind("change", {id_linea: 'lp_rot_bn'}, update_total_linea);
|
$('#lp_rot_bn_checkClicks').bind("change", {id_linea: 'lp_rot_bn'}, update_total_linea);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
<?= $this->endSection() ?>
|
<?= $this->endSection() ?>
|
||||||
|
|
||||||
@ -4188,7 +4187,8 @@ function fill_lp_from_bbdd(){
|
|||||||
|
|
||||||
lp['areaPaginas'] = lp['rotativa_superficie']
|
lp['areaPaginas'] = lp['rotativa_superficie']
|
||||||
|
|
||||||
data = processRowData(lp, lp.tipo, lp.tipo.replace('_', '-'));
|
|
||||||
|
data = processRowData(lp, lp.tipo, lp.tipo.replace(/_/g, '-'));
|
||||||
|
|
||||||
var row = tableLineasPresupuesto.row("#" + lp.tipo);
|
var row = tableLineasPresupuesto.row("#" + lp.tipo);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user