[Koha-bugs] [Bug 8000] Test mode for notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 8 08:57:33 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8000

--- Comment #108 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Functionality
I have my doubts if some user will ever want to use this in a production
system.
In a test system, I run one sql statement to achieve the same:  UPDATE
borrowers SET email=, emailpro = .. etc
For testing a notice on a test patron, you do not need this address. 

Data::Validate::Email
It seems that you add a new dependency and then not use it? Can you remove it
and not change PerlDependencies?

sentto_address
Do we really need that? If you choose to override the to_address, why not
update the existing column?

sendbasket/sendshelf
I do not see the advantage of overriding an email address that you entered on
that form. I would recommend not to change these scripts.
Similar (but maybe little bit less strong) for runreport.pl. Just update the to
argument for the cronjob.

I will not change the status of this report. Another QAer may add his opinion.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list