mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
2848465dd2
|
@ -126,7 +126,7 @@ class AccessoriesController extends Controller
|
|||
public function getClone($accessoryId = null)
|
||||
{
|
||||
|
||||
$this->authorize('create', Accesory::class);
|
||||
$this->authorize('create', Accessory::class);
|
||||
|
||||
// Check if the asset exists
|
||||
if (is_null($accessory_to_clone = Accessory::find($accessoryId))) {
|
||||
|
|
|
@ -12,7 +12,7 @@ return [
|
|||
'none_models' => 'No hay suficientes activos disponibles para :model para asignar. :qty son requeridos. ',
|
||||
'none_licenses' => 'No hay suficientes licencias disponibles para :license para asignar. :qty son requeridos. ',
|
||||
'none_consumables' => 'No hay suficientes unidades disponibles de :consumable para asignar. :qty son requeridas. ',
|
||||
'none_accessory' => 'No hay suficientes unidades disponibles de :accesory para asignar. :qty son requeridas. ',
|
||||
'none_accessory' => 'No hay suficientes unidades disponibles de :accessory para asignar. :qty son requeridas. ',
|
||||
'append_accessory' => 'Añadir accesorio',
|
||||
'update_appended_accessory' => 'Actualizar accesorio adjunto',
|
||||
'append_consumable' => 'Añadir consumible',
|
||||
|
|
Loading…
Reference in a new issue