From b3fda790bcd600aff97fa1a8548f4cb023ab31d5 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 27 Jan 2010 21:18:38 +0000 Subject: [PATCH] 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@15391 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/checkout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); } } -- 2.11.0