We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15296d2 + 876ab44 commit 49918d3Copy full SHA for 49918d3
app/Console/Commands/ResetDemoSettings.php
@@ -50,12 +50,12 @@ public function handle()
50
$settings->alert_email = '[email protected]';
51
$settings->login_note = 'Use `admin` / `password` to login to the demo.';
52
$settings->header_color = null;
53
- $settings->barcode_type = 'QRCODE';
+ $settings->label2_2d_type = 'QRCODE';
54
$settings->default_currency = 'USD';
55
$settings->brand = 2;
56
$settings->ldap_enabled = 0;
57
$settings->full_multiple_companies_support = 0;
58
- $settings->alt_barcode = 'C128';
+ $settings->label2_1d_type = 'C128';
59
$settings->skin = '';
60
$settings->email_domain = 'snipeitapp.com';
61
$settings->email_format = 'filastname';
0 commit comments