mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-13 08:58:48 +00:00
trabajando en leer datos de tipo cubierta
This commit is contained in:
@ -42,6 +42,8 @@ public class HomeController {
|
||||
model.addAttribute("pod", variableService.getValorEntero("POD"));
|
||||
model.addAttribute("ancho_alto_min", variableService.getValorEntero("ancho_alto_min"));
|
||||
model.addAttribute("ancho_alto_max", variableService.getValorEntero("ancho_alto_max"));
|
||||
|
||||
model.addAttribute("appMode", "public");
|
||||
}
|
||||
else{
|
||||
// empty translations for authenticated users
|
||||
|
||||
Reference in New Issue
Block a user