mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglado meter margen en tarifa envio precios
This commit is contained in:
@ -260,6 +260,13 @@ class Tarifasenviosprecios extends \App\Controllers\GoBaseResourceController {
|
||||
->validator('Validate::numeric', array(
|
||||
'message' => lang('TarifasEnviosPrecios.validation.precio_adicional.decimal'))
|
||||
),
|
||||
Field::inst('margen')
|
||||
->validator('Validate::required', array(
|
||||
'message' => lang('TarifasEnviosPrecios.validation.precio_adicional.required'))
|
||||
)
|
||||
->validator('Validate::numeric', array(
|
||||
'message' => lang('TarifasEnviosPrecios.validation.precio_adicional.decimal'))
|
||||
),
|
||||
Field::inst('tarifa_envio_id'),
|
||||
Field::inst('proveedor_id'),
|
||||
Field::inst('user_created_id'),
|
||||
|
||||
13
d
Normal file
13
d
Normal file
@ -0,0 +1,13 @@
|
||||
bug/presupuestos3[m
|
||||
dev/presupuestos_total[m
|
||||
* [32mmain_old[m
|
||||
[31mremotes/origin/HEAD[m -> origin/main
|
||||
[31mremotes/origin/bug/presupuestos3[m
|
||||
[31mremotes/origin/dev/formas-presupuestador[m
|
||||
[31mremotes/origin/dev/presupuestos3[m
|
||||
[31mremotes/origin/dev/presupuestos_pdf[m
|
||||
[31mremotes/origin/dev/presupuestos_total[m
|
||||
[31mremotes/origin/dev/previsualizadores[m
|
||||
[31mremotes/origin/feat/presupuestos[m
|
||||
[31mremotes/origin/main[m
|
||||
[31mremotes/origin/presupuestos/tipos_presupuestos[m
|
||||
Reference in New Issue
Block a user