X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=fcdcd57669401fc132b3cc0214854e21106d6909;hb=46a8cddeb5dcbb5e858389896a5d4598c4c57df3;hp=acaac75163d0877bf6a5b5b55b10ddceb4a3609b;hpb=34a05bf48b1d1e22d046ab0c27bade7386fb0dab;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index acaac7516..fcdcd5766 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4490,7 +4490,7 @@ and customer address. Include units.', { 'key' => 'cust_main-custom_link', 'section' => 'UI', - 'description' => 'URL to use as source for the "Custom" tab in the View Customer page. The customer number will be appended, or you can insert "$custnum" to have it inserted elsewhere. "$agentnum" will be replaced with the agent number.', + 'description' => 'URL to use as source for the "Custom" tab in the View Customer page. The customer number will be appended, or you can insert "$custnum" to have it inserted elsewhere. "$agentnum" will be replaced with the agent number, and "$usernum" will be replaced with the employee number.', 'type' => 'textarea', }, @@ -4681,6 +4681,13 @@ and customer address. Include units.', 'description' => 'An alternate ordering of fields for the New Customer and Edit Customer screens.', 'type' => 'checkbox', }, + + { + 'key' => 'cust_bill-enable_promised_date', + 'section' => 'UI', + 'description' => 'Enable display/editing of the "promised payment date" field on invoices.', + 'type' => 'checkbox', + }, { 'key' => 'available-locales',