mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
falta calcular precio y guardar direccion
This commit is contained in:
@ -15,6 +15,7 @@ return [
|
||||
'peso' => 'Weight',
|
||||
'cantidad' => 'Quantity',
|
||||
'precio' => 'Price',
|
||||
'saveDirection' => 'Save to client addresses',
|
||||
'validation' => [
|
||||
'max_length' => 'Max. length ',
|
||||
'required' => 'Field required',
|
||||
|
||||
@ -17,6 +17,7 @@ return [
|
||||
'peso' => 'Peso',
|
||||
'cantidad' => 'Cantidad',
|
||||
'precio' => 'Precio',
|
||||
'saveDirection' => 'Guardar en direcciones de cliente',
|
||||
'validation' => [
|
||||
'max_length' => 'Max. valor caracteres alcanzado',
|
||||
'required' => 'Campo obligatorio',
|
||||
|
||||
Reference in New Issue
Block a user