ct.pl als Controller
[kivitendo-erp.git] / templates / webpages / ct / ajax_autocomplete2.json
diff --git a/templates/webpages/ct/ajax_autocomplete2.json b/templates/webpages/ct/ajax_autocomplete2.json
deleted file mode 100644 (file)
index f4a44e3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[%- USE HTML %][% USE JSON %][
-[%- FOREACH customer = SELF.customers %]
- {
-   "value": [% customer.${SELF.value}.json %],
-   "label": [% customer.displayable_name.json %],
-   "id": [% customer.id.json %],
-   "customernumber": [% customer.customernumber.json %],
-   "name": [% customer.name.json %]
-  }[% ',' UNLESS loop.last %]
-[%- END %]
-]