mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
fix papel route
This commit is contained in:
@ -265,7 +265,7 @@ class PlanningRotativa {
|
|||||||
this.getPapelImpresionPlana(papelImpresionId)
|
this.getPapelImpresionPlana(papelImpresionId)
|
||||||
}
|
}
|
||||||
getPapelImpresion(papelImpresionId) {
|
getPapelImpresion(papelImpresionId) {
|
||||||
let ajax = new Ajax('/papelesimpresion/show/' + papelImpresionId,
|
let ajax = new Ajax('/configuracion/papelesimpresion/show/' + papelImpresionId,
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
this.getPapelImpresionSuccess.bind(this),
|
this.getPapelImpresionSuccess.bind(this),
|
||||||
@ -274,7 +274,7 @@ class PlanningRotativa {
|
|||||||
ajax.get()
|
ajax.get()
|
||||||
}
|
}
|
||||||
getPapelImpresionPlana(papelImpresionId) {
|
getPapelImpresionPlana(papelImpresionId) {
|
||||||
let ajax = new Ajax('/papelesimpresion/show/' + papelImpresionId,
|
let ajax = new Ajax('/configuracion/papelesimpresion/show/' + papelImpresionId,
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
this.getPapelImpresionPlanaSuccess.bind(this),
|
this.getPapelImpresionPlanaSuccess.bind(this),
|
||||||
|
|||||||
Reference in New Issue
Block a user