From 773c04c2cd212a2e60997b8c7da3ecb596cba7f5 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Wed, 16 Oct 2013 12:58:54 +0200 Subject: [PATCH] MT#3971 Show Create btn if max_subscribers is null --- share/templates/customer/details.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/templates/customer/details.tt b/share/templates/customer/details.tt index 3c59ed7935..81b2d5b040 100644 --- a/share/templates/customer/details.tt +++ b/share/templates/customer/details.tt @@ -158,6 +158,8 @@ Create Subscriber [% ELSIF contract.max_subscribers.defined -%]
Maximum number of [% contract.max_subscribers %] subscribers [% IF c.config.features.cloudpbx %](including PBX groups) [% END %]created
+ [% ELSE -%] + Create Subscriber [% END -%]