correct a bad backport, that I didn't fight hard enough to prevent in the first place :)
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Jan 2010 21:18:56 +0000 (21:18 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Jan 2010 21:18:56 +0000 (21:18 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@15392 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/checkout.js

index 3ab87db..c8792ad 100644 (file)
@@ -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() );
                        
                                                        }
                                                }