From: phasefx Date: Wed, 27 Jan 2010 21:18:56 +0000 (+0000) Subject: correct a bad backport, that I didn't fight hard enough to prevent in the first place :) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ea81299b3c2df8daa8cccbae3f20bc4fa32aac74;p=Evergreen.git correct a bad backport, that I didn't fight hard enough to prevent in the first place :) git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@15392 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/circ/checkout.js b/Open-ILS/xul/staff_client/server/circ/checkout.js index 3ab87dbff0..c8792ad293 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout.js +++ b/Open-ILS/xul/staff_client/server/circ/checkout.js @@ -378,7 +378,7 @@ circ.checkout.prototype = { checkout.payload.circ.circ_lib( checkout.payload.noncat_circ.circ_lib() ); checkout.payload.circ.circ_staff( checkout.payload.noncat_circ.staff() ); checkout.payload.circ.usr( checkout.payload.noncat_circ.patron() ); - checkout.payload.circ.due_date( checkout.payload.noncat_circ.due_date() ); + checkout.payload.circ.due_date( checkout.payload.noncat_circ.duedate() ); } }