https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24172
--- Comment #46 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #14) > Had a look again at this. > > I agree with the changes in subscription-detail.tt, catalogue/detail.tt and > opac-detail.tt > However I am still not sure what we are doing in serials-edit.tt is correct: > > (In reply to Jonathan Druart from comment #10) > > I do not understand what is done here, why do we want to modify the value on > > editing? > > It means we are going to have "Winter" and "Hiver" at the same time in the > > DB? > > So basically we have "Winter" in DB, we are editing a serial, "Hiver" is put > in the input text letting the user think that it is the value in DB, you > save, and "Hiver" is inserted in DB. > > Could you confirm it is the behaviour you expect? Is this fixed? I am still setting that: + Issue <input type="text" name="serialseq" id="serialseq[% serialslis.serialid | html %]" + value="[% PROCESS localize_numbering_pattern_season season => serialslis.serialseq %]" + size="20" maxlength="100" /> -- 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/
