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)
|
||||
}
|
||||
getPapelImpresion(papelImpresionId) {
|
||||
let ajax = new Ajax('/papelesimpresion/show/' + papelImpresionId,
|
||||
let ajax = new Ajax('/configuracion/papelesimpresion/show/' + papelImpresionId,
|
||||
null,
|
||||
null,
|
||||
this.getPapelImpresionSuccess.bind(this),
|
||||
@ -274,7 +274,7 @@ class PlanningRotativa {
|
||||
ajax.get()
|
||||
}
|
||||
getPapelImpresionPlana(papelImpresionId) {
|
||||
let ajax = new Ajax('/papelesimpresion/show/' + papelImpresionId,
|
||||
let ajax = new Ajax('/configuracion/papelesimpresion/show/' + papelImpresionId,
|
||||
null,
|
||||
null,
|
||||
this.getPapelImpresionPlanaSuccess.bind(this),
|
||||
|
||||
Reference in New Issue
Block a user