[Bug 21392] New: Some tables not available to AUTO_RENEW letter
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21392 Bug ID: 21392 Summary: Some tables not available to AUTO_RENEW letter Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz The AUTO_RENEW letter is prepared like so, including data from 4 tables: 105 my $letter = C4::Letters::GetPreparedLetter( 106 module => 'circulation', 107 letter_code => 'AUTO_RENEWALS', 108 tables => { 109 borrowers => $patron->borrowernumber, 110 issues => $issue->itemnumber, 111 items => $issue->itemnumber, 112 biblio => $item->biblionumber, 113 }, 114 ); http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=misc/cronjobs/auto... But when you go to Tools > Notices & slips to edit the contents of AUTO_RENEWALS, several more tables are listed as available. This includes: - branches - biblioitems - opac_news If you try to include information from these three tables it will be missing from the final letter. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21392 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15705 CC| |jonathan.druart@bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15705 [Bug 15705] Notify the user on auto renewing -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org