[Koha-bugs] [Bug 16486] Display the TIME a fine was collected/written off

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 2 04:52:31 CEST 2020


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

--- Comment #47 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Comment on attachment 103938
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103938
Bug 16486: Display the timestamp when an accountline is updated

Review of attachment 103938:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16486&attachment=103938)
-----------------------------------------------------------------

Some first notes here:

1) Database updates

$dbh->do(q{DELETE FROM letter WHERE code = 'ACCOUNT_DEBIT'});
This means we'd be destroying any customized templates the libraries have
created themselves and also will force them back to English if they have
translated them. I think we should remove these and leave the templates for
existing installations as they are. We could add a sample template including
the new information to the notices sample page on the wiki maybe

2) Needs a little rebase - es-ES is now using the .yml files to create
translations.

3) Cash register changes work well, but the column should also be added to the
CSV export to make them match.

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


More information about the Koha-bugs mailing list