https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14250
Roman Dolny <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #12 from Roman Dolny <[email protected]> --- Thanks for update. It's almost done -- one more thing: when patron has no checkout but has fine (p. 8) there are two messages visible in STAFF: "They have unpaid fines" and "Patron cannot be discharged for an unknown reason, please contact a librarian for more information". But should be only first one. In OPAC it is OK. Is it because of [% IF patron.checkouts.count == 0 and (patron.account.outstanding_debits.total_outstanding > 0) %] in koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt? -- 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/
