| Summary: | Use process_tt in C4::Reports::Guided::EmailReport | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
| Component: | Architecture, internals, and plumbing | Assignee: | Kyle M Hall (khall) <kyle> |
| Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | m.de.rooy |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Small patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
23.11.00
|
Circulation function: | |
| Bug Depends on: | 33030 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 33046: Use process_tt in C4::Reports::Guided::EmailReport
Bug 33046: Use process_tt in C4::Reports::Guided::EmailReport Bug 33046: Use process_tt in C4::Reports::Guided::EmailReport |
||
|
Description
Kyle M Hall (khall)
2023-02-22 18:22:52 UTC
Created attachment 147179 [details] [review] Bug 33046: Use process_tt in C4::Reports::Guided::EmailReport Bug 33030 implements a new helper subroutine to standardize processing of Template Toolkit syntax outside slips and notices. We should use this subroutine in EmailReport. Test Plan: 1) Apply this patch 2) prove t/db_dependent/Reports/Guided.t Created attachment 150494 [details] [review] Bug 33046: Use process_tt in C4::Reports::Guided::EmailReport Bug 33030 implements a new helper subroutine to standardize processing of Template Toolkit syntax outside slips and notices. We should use this subroutine in EmailReport. Test Plan: 1) Apply this patch 2) prove t/db_dependent/Reports/Guided.t Signed-off-by: David Nind <david@davidnind.com> Created attachment 153148 [details] [review] Bug 33046: Use process_tt in C4::Reports::Guided::EmailReport Bug 33030 implements a new helper subroutine to standardize processing of Template Toolkit syntax outside slips and notices. We should use this subroutine in EmailReport. Test Plan: 1) Apply this patch 2) prove t/db_dependent/Reports/Guided.t Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 23.11. Nice work everyone, thanks! |