Application Settings error

Added by Aimée Robbins 7 months ago

"Default invoice net days is required"
error whenever I try to change anything in the Application Settings.

There is no input field for the net days. I tried adding the following line of code to the

&lt;li&gt;&lt;label for="default_invoice_net_days"&gt;Default Invoice Net Days:&lt;/label&gt; <?=form::input('default_invoice_net_days', $settings->default_invoice_net_days?>&lt;/li&gt;

argentum_core/views/admin/settings/application.php but it returns a parse error, unexpected ";" on whichever line I place it.


Replies

RE: Application Settings error - Added by Aimée Robbins 7 months ago

nevermind. I finally sent it to my dev, who found the missing end parenth in the line of code

RE: Application Settings error - Added by Jeremy Bush 7 months ago

Can you file a bug for this?

Thanks.