Summary: | Add Invoice/Credit/Fines Payed For Day on Issues (Print Page) (Print Slip) | ||
---|---|---|---|
Product: | Koha | Reporter: | Chris Cormack <chris> |
Component: | Circulation | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | black23, gmcharlt, josef.moravec, lisettepalouse+koha, melia, rbit, Will.E.Coyote, wizzyrea |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8591 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12285 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 15284 | ||
Bug Blocks: |
Description
Chris Cormack
2010-05-20 23:40:22 UTC
Found this message (http://markmail.org/message/nogrzvxextwkzllk) in koha-patches mailing list and found code in HEAD. This is patch 2 of 2 but unable to locate first patch which I assume would add outstanding balance upon Print Slip. *** Bug 6287 has been marked as a duplicate of this bug. *** possibly 1/2: http://markmail.org/thread/d25nursyxmkqmfzh Not sure, but would be sweet if true. :) Neither will work because they are pre-template toolkit. Luckily we have a script to fix that. Pre template toolkit doesnt mean it wont work, just means we have to convert them using the script. I sent an email on how to do that pre the release of 3.4.0 If no one beats me to it, ill try to convert these 2 Patches do not do anything useful. *** Bug 8591 has been marked as a duplicate of this bug. *** Would be nice to see this moving - old and still asked for! This would be great at our library, we have patrons ask for similar slips all the time. Lisette I added dependency on bug 15284, this would be much easier to make with template toolkit syntax in notices. For example: if you add this code notice, you are able to show patron's balance in current Koha: [% borrower.account.balance %] You can do this with the TT notices on the slips, with the code snippet provided by Josef. |