mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-31 04:44:14 +00:00
added front end barcodes to labels
This commit is contained in:
@ -769,8 +769,11 @@ class SettingsController extends Controller
|
||||
*/
|
||||
public function getLabels() : View
|
||||
{
|
||||
$is_gd_installed = extension_loaded('gd');
|
||||
|
||||
return view('settings.labels')
|
||||
->with('setting', Setting::getSettings())
|
||||
->with('is_gd_installed', $is_gd_installed)
|
||||
->with('customFields', CustomField::where('field_encrypted', '=', 0)->get());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user