From 13bba63382e4c96cfad815c4aa39e2dc261a4c05 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 24 Mar 2019 17:25:38 -0500 Subject: [PATCH] Remove 'number' column for Customers grid by default --- tailbone/views/customers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tailbone/views/customers.py b/tailbone/views/customers.py index b3607fbf..106b7b0f 100644 --- a/tailbone/views/customers.py +++ b/tailbone/views/customers.py @@ -65,7 +65,6 @@ class CustomersView(MasterView): grid_columns = [ 'id', - 'number', 'name', 'phone', 'email',