[Koha-bugs] [Bug 12893] 'Clear date' links on start and expiration hold date in staff not working

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 17 21:00:51 CEST 2014


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

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 31685
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31685&action=edit
Bug 12893 - 'Clear date' links on start and expiration hold date in staff not
working

I introduced this bug with my patch for Bug 8181. In changing the way
the date picker widgets worked I changed the ID the "clear date"
javascript was looking for, so it stopped working.

This patch corrects it and improves the JavaScript by moving it out of
the HTML markup.

This patch also makes some minor HTML validity corrections: escaping
ampersands and removing a "size" attribute from a hidden form field.

To test, you should have the AllowHoldDateInFuture system preference
enabled. Place a hold in the staff client for a patron and confirm that
you can choose a "hold starts on" date and a "hold expires on" date and
that the respective "clear date" links work correctly for each one.

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


More information about the Koha-bugs mailing list