mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
falta botones exportar, etc
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
|
||||
|
||||
return [
|
||||
'aDomicilio' => 'A domicilio',
|
||||
'cajas' => 'Cajas',
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
@ -15,6 +14,7 @@ return [
|
||||
'pesoMin' => 'Peso Min',
|
||||
'precio' => 'Precio peso mín.',
|
||||
'precioAdicional' => 'Precio Kg Adicional',
|
||||
'margen' => 'Margen',
|
||||
'proveedorId' => 'Proveedor',
|
||||
'tarifaEnvioId' => 'Tarifa Envío',
|
||||
'tarifaEnvioPrecio' => 'Peso y Precio',
|
||||
@ -52,6 +52,12 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'margen' => [
|
||||
'decimal' => 'El campo debe contener un número decimal.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'tipo_envio' => [
|
||||
'in_list' => 'El campo debe ser uno de la lista.',
|
||||
'required' => 'El campo es obligatorio.',
|
||||
|
||||
Reference in New Issue
Block a user