add reception customer update changes

This commit is contained in:
2015-09-30 11:25:32 +02:00
parent 2b57f95b1e
commit 640d04cb76
20 changed files with 1185 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ class CityZipTypeahead extends Typeahead{
'limit' => 10,
'display' => $this->display,
'templates' => [
'notFound' => '<div class="text-danger" style="padding:0 8px">Unable to find repositories for selected query.</div>',
'notFound' => '<div class="text-danger" style="padding:0 8px">Nincs találat</div>',
'suggestion' => new JsExpression("Handlebars.compile('{$this->item_template}')")
]
]