Adjust OFX settings

This commit is contained in:
Hillel Coren 2017-08-15 18:13:09 +03:00
parent 810a50e3f5
commit 4f5abe33e3
2 changed files with 3 additions and 10 deletions

View File

@ -2402,6 +2402,7 @@ $LANG = array(
'contact_custom1' => 'Contact First Custom', 'contact_custom1' => 'Contact First Custom',
'contact_custom2' => 'Contact Second Custom', 'contact_custom2' => 'Contact Second Custom',
'currency' => 'Currency', 'currency' => 'Currency',
'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.',
); );

View File

@ -56,15 +56,6 @@
<br/> <br/>
{!! Former::select('app_version') {!! Former::select('app_version')
->addOption('Quicken 2005', 1400)
->addOption('Quicken 2006', 1500)
->addOption('Quicken 2007', 1600)
->addOption('Quicken 2008', 1700)
->addOption('Quicken 2009', 1800)
->addOption('Quicken 2010', 1900)
->addOption('Quicken 2011', 2000)
->addOption('Quicken 2012', 2100)
->addOption('Quicken 2013', 2200)
->addOption('Quicken 2014', 2300) ->addOption('Quicken 2014', 2300)
->addOption('Quicken 2015', 2400) ->addOption('Quicken 2015', 2400)
->addOption('Quicken 2016', 2500) ->addOption('Quicken 2016', 2500)
@ -74,7 +65,8 @@
->addOption('100', 100) ->addOption('100', 100)
->addOption('101', 101) ->addOption('101', 101)
->addOption('102', 102) ->addOption('102', 102)
->addOption('103', 103) !!} ->addOption('103', 103)
->help('ofx_help') !!}
</div> </div>
</div> </div>