mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
creando lista proveedores editor precios
This commit is contained in:
@ -25,6 +25,7 @@ return [
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'error_seleccion_zonas' => 'A line from the zones table must be selected before creating a new record.',
|
||||
'peso_max' => [
|
||||
'decimal' => 'The field must contain a decimal number.',
|
||||
'required' => 'The field is required.',
|
||||
|
||||
@ -13,8 +13,8 @@ return [
|
||||
'palets' => 'Palets',
|
||||
'pesoMax' => 'Peso Max',
|
||||
'pesoMin' => 'Peso Min',
|
||||
'precio' => 'Precio',
|
||||
'precioAdicional' => 'Precio Adicional',
|
||||
'precio' => 'Precio peso mín.',
|
||||
'precioAdicional' => 'Precio Kg Adicional',
|
||||
'proveedorId' => 'Proveedor',
|
||||
'tarifaEnvioId' => 'Tarifa Envío',
|
||||
'tarifaEnvioPrecio' => 'Peso y Precio',
|
||||
@ -25,6 +25,7 @@ return [
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'error_seleccion_zonas' => 'Debe seleccionar una línea de la tabla zonas antes de crear un registro nuevo.',
|
||||
'peso_max' => [
|
||||
'decimal' => 'El campo debe contener un número decimal.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
Reference in New Issue
Block a user