[Koha-bugs] [Bug 14922] Remove C4::Dates from cataloguing/additem.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 30 15:10:57 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14922

--- Comment #4 from Marc Véron <veron at veron.ch> ---
Created attachment 42973
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42973&action=edit
Bug 14922 - Remove C4::Dates from cataloguing/additem.pl

This patch removes C4::Dates from cataloguing/additem.pl

To test:

- In MARC bibliographic framework, define a default value
  for one of the in Tag 952 Subfield struture, e.g. for
  subfield x Non-public note. You can define it under
  'Advancde constraints'. Define the value similar to the following:
  Year:YYYY Month:MM Day:DD
- Create a new item for a biblio and verify that YYYY, MM and DD are
  replaced with today's values.
- Apply patch and repeat that previous step behaves as before.
- Verify that the overall functionality of the form is the same
  as before applying the patch.

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


More information about the Koha-bugs mailing list