https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20859
--- Comment #18 from Christopher Brannon <[email protected]> --- (In reply to Lucas Gass from comment #16) > (In reply to Marcel de Rooy from comment #15) > > + [% IF ( Koha.Preference('SMSSendDriver') ) && > > !hidden.defined('smsalertnumber') && !hidden.defined('sms_provider_id') && > > action != 'edit' %] > > > > Please explain this condition. > > What about the case that I want to hide one of them? Is that just nonsense? > > Later on you test again: > > [% UNLESS hidden.defined('smsalertnumber') %] > > But you should know that already given the earlier condition. > > > > Please clarify > > I suppose the question is should patrons be allowed to give a SMSnumber when > SMSSendDriver is turned off? If you want to make Koha take that into consideration for asking for it, you could. Worst case scenario is that they take a number for SMS and nothing is done with it. However, it seems, as a library, if I am going to ask for this piece of information, I would want to ensure that it is setup properly. At the very least it is on the Admin if they ask for a piece of information they are not prepared to do anything with. Does email work that way? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
