https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33473
Chloe Zermatten <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171012|0 |1 is obsolete| | --- Comment #9 from Chloe Zermatten <[email protected]> --- Created attachment 171013 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171013&action=edit Bug 33473: Rename UseEmailReceipts to AutomaticEmailReceipts This bug will rename the UseEmailReceipts to AutomaticEmailReceipts, to make it clearer the purpose of this syspref. This is because the receipts dropdown is no longer conditional, and will always show, even if AutomaticEmailReceipts is switched off. To test (steps a-e before applying patch): a) search sysprefs for 'EmailReceipts' 1) note the name is currently 'UseEmailReceipts' 2) enable this syspref b) go to members/maninvoice.pl?borrowernumber=51 1) enter an amount (e.g. 100) 2) save & pay, confirm c) go to members/boraccount.pl?borrowernumber=51 1) note that the receipt dropdown is visible d) go to members/notices.pl?borrowernumber=51 1) note that a receipt was automatically sent e) apply the patch, upgrade the db schema f) search sysprefs for 'EmailReceipts' 1) note the name is now 'AutomaticEmailReceipts' g) go to members/maninvoice.pl?borrowernumber=51 1) enter an amount (e.g. 100) 2) save & pay, confirm h) go to members/boraccount.pl?borrowernumber=51 1) note that the receipt dropdown is no longer visible i) go to members/notices.pl?borrowernumber=51 1) note that a receipt was automatically sent again j) disable the 'AutomaticEmailReceipts' syspref k) go to members/memberentry.pl?op=edit_form&destination=circ&borrowernumber=19 1) add a valid email address l) go to members/maninvoice.pl?borrowernumber=51 1) enter an amount (e.g. 100) 2) save & pay, confirm m) go to members/boraccount.pl?borrowernumber=51 1) note that the receipt dropdown is now visible n) go to members/notices.pl?borrowernumber=51 1) note that a receipt was NOT automatically sent o) go to members/boraccount.pl?borrowernumber=51 1) on any account line where a payment is made, click receipts > email p) go to members/notices.pl?borrowernumber=51 1) confirm a manual notice has been generated q) make coffee & have a mini disco Signed-off-by: Chloe Zermatten <[email protected]> -- 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/
