mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjust OFX settings
This commit is contained in:
parent
810a50e3f5
commit
4f5abe33e3
@ -2402,6 +2402,7 @@ $LANG = array(
|
||||
'contact_custom1' => 'Contact First Custom',
|
||||
'contact_custom2' => 'Contact Second Custom',
|
||||
'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.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -56,15 +56,6 @@
|
||||
<br/>
|
||||
|
||||
{!! 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 2015', 2400)
|
||||
->addOption('Quicken 2016', 2500)
|
||||
@ -74,7 +65,8 @@
|
||||
->addOption('100', 100)
|
||||
->addOption('101', 101)
|
||||
->addOption('102', 102)
|
||||
->addOption('103', 103) !!}
|
||||
->addOption('103', 103)
|
||||
->help('ofx_help') !!}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user