Merge branch 'fix/lp_negrohq' into 'main'

arraglado

See merge request jjimenez/safekat!659
This commit is contained in:
2025-04-05 06:49:48 +00:00

View File

@ -235,7 +235,7 @@ class LineasPresupuesto {
let tipo = 'negro'; let tipo = 'negro';
switch (row.row_id) { switch (row.row_id) {
case 'lp_negrohq': case 'lp_bnhq':
tipo = 'negrohq'; tipo = 'negrohq';
break; break;
case 'lp_rot_color': case 'lp_rot_color':
@ -1727,7 +1727,7 @@ class LineasPresupuesto {
let tipo = 'negro'; let tipo = 'negro';
let uso = 'interior'; let uso = 'interior';
switch (tipoLinea) { switch (tipoLinea) {
case 'lp_negrohq': case 'lp_bnhq':
tipo = 'negrohq'; tipo = 'negrohq';
break; break;
case 'lp_rot_color': case 'lp_rot_color':