[open-ils-commits] r15391 - branches/rel_1_4/Open-ILS/xul/staff_client/server/circ (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jan 27 16:18:43 EST 2010
Author: phasefx
Date: 2010-01-27 16:18:38 -0500 (Wed, 27 Jan 2010)
New Revision: 15391
Modified:
branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/checkout.js
Log:
correct a bad backport, that I didn't fight hard enough to prevent in the first place :)
Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/checkout.js
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/checkout.js 2010-01-26 21:40:32 UTC (rev 15390)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/checkout.js 2010-01-27 21:18:38 UTC (rev 15391)
@@ -378,7 +378,7 @@
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() );
}
}
More information about the open-ils-commits
mailing list