3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-06 04:25:44 +00:00

removed duplicate line from post labels

This commit is contained in:
Godfrey M
2024-09-17 11:23:59 -07:00
parent ce987b4f6d
commit 3682d9fa6c

View File

@ -809,7 +809,7 @@ class SettingsController extends Controller
$setting->labels_pagewidth = $request->input('labels_pagewidth');
$setting->labels_pageheight = $request->input('labels_pageheight');
$setting->labels_display_company_name = $request->input('labels_display_company_name', '0');
$setting->labels_display_company_name = $request->input('labels_display_company_name', '0');