From 9d1ca6eaca70c9f15340cd18d8b2e0eaa706fb3c Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Sun, 1 May 2016 18:49:17 +1000 Subject: [PATCH] Renaming customers form to prevent conflict with customers array --- app/views/admin/customers/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/customers/index.html.haml b/app/views/admin/customers/index.html.haml index 0a348d4a0a..dc38304f8e 100644 --- a/app/views/admin/customers/index.html.haml +++ b/app/views/admin/customers/index.html.haml @@ -30,7 +30,7 @@ .row{ ng: { show: "loaded && filteredCustomers.length > 0" } } - %form{ name: "customers" } + %form{ name: "customers_form" } %table.index#customers %col.email{ width: "20%"} %col.code{ width: "20%"}