Yes, thank you. I am very happy to see this. On Tue, 2009-02-03 at 16:02 -0600, Daniel Sweeney wrote: > From: John Beppu <[email protected]> [snip] > +# remove keys from %newdata that ModMember() doesn't like > +{ > + my @keys_to_delete = > + map { ("items_borrowed_$_", "items_returned_$_") } qw(email sms > feed); > + push @keys_to_delete, qw( > + BorrowerMandatoryField > + category_type > + check_member > + destination > + nodouble > + op > + save > + select_roadtype > + updtype > + ); > + for (@keys_to_delete) { > + delete($newdata{$_}); > + } > +} > + [snip] -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA
for Koha checkout http://koha-dev.washk12.org or git://koha-dev.washk12.org/koha _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
