From 8fe91448ebbfa0c9d2307871c557817ee2144f54 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 11 Aug 2012 02:28:03 -0500 Subject: [PATCH] bugfix --- .hgignore | 2 ++ rattail/pyramid/views/customers.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..120868d7 --- /dev/null +++ b/.hgignore @@ -0,0 +1,2 @@ +syntax:glob +rattail.pyramid.egg-info diff --git a/rattail/pyramid/views/customers.py b/rattail/pyramid/views/customers.py index c1d61470..564adb65 100644 --- a/rattail/pyramid/views/customers.py +++ b/rattail/pyramid/views/customers.py @@ -91,7 +91,6 @@ class CustomersGrid(SearchableAlchemyGridView): g.row_route_name = 'customer.read' g.row_route_kwargs = lambda x: {'uuid': x.uuid} - g.row_attrs = attrs return g