3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 22:55:30 +00:00

Zerofilling for auto-increment

This commit is contained in:
snipe
2016-07-27 21:28:00 -07:00
parent e9eb5ad372
commit eb508901c5
5 changed files with 57 additions and 1 deletions

View File

@ -348,6 +348,7 @@ class SettingsController extends Controller
$setting->qr_text = e(Input::get('qr_text'));
$setting->auto_increment_prefix = e(Input::get('auto_increment_prefix'));
$setting->auto_increment_assets = e(Input::get('auto_increment_assets', '0'));
$setting->zerofill_count = e(Input::get('zerofill_count'));
$setting->alert_interval = e(Input::get('alert_interval'));
$setting->alert_threshold = e(Input::get('alert_threshold'));
$setting->email_domain = e(Input::get('email_domain'));