X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=fcdcd57669401fc132b3cc0214854e21106d6909;hb=46a8cddeb5dcbb5e858389896a5d4598c4c57df3;hp=a3fabc7d49cd81caf468bbe795671376e5ed1158;hpb=8dc972c612f36b3c8155914105f1173f93efcc5a;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a3fabc7d4..fcdcd5766 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2474,6 +2474,13 @@ and customer address. Include units.', 'multiple' => 1, }, + { + 'key' => 'selfservice-svc_forward_svcpart', + 'section' => 'self-service', + 'description' => 'Service for self-service forward editing.', + 'type' => 'select-part_svc', + }, + { 'key' => 'selfservice-password_reset_verification', 'section' => 'self-service', @@ -4483,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', }, @@ -4674,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',