]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Splits the hard-coded hold/transit slip logic into 3 types of slips (hold_slip, trans...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 21 Sep 2009 20:06:41 +0000 (20:06 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 21 Sep 2009 20:06:41 +0000 (20:06 +0000)
commit4653013962a8766708b1fca3eccfc09b5bf24f1f
tree58f9e82653a6c0c431d10aebd9f952b5826557d9
parent6fe995db0b7646949c12bbdce8115c723fa20145
Splits the hard-coded hold/transit slip logic into 3 types of slips (hold_slip, transit_slip, and hold_transit_slip), and ties them into the receipt template system.  The ui.circ.old_harcoded_slip_template (not yet wired in) org
unit setting will revert to the hard-coded logic.  The new templates are not 100% identical to the hard-coded slips, mainly because they're brain-dead simple and don't lend themselves to conditional display logic without delving
into inline javascript.  Testing welcome.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14078 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
Open-ILS/xul/staff_client/chrome/content/util/print.js
Open-ILS/xul/staff_client/server/circ/util.js