Renaming customers form to prevent conflict with customers array

This commit is contained in:
Rob Harrington
2016-05-01 18:49:17 +10:00
parent 39a062e90a
commit 9d1ca6eaca

View File

@@ -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%"}