mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 08:21:57 -04:00
removced placeholder for customer field
This commit is contained in:
@@ -25,7 +25,6 @@ module RedmineQbo
|
|||||||
# Customer Name Text Box with database backed autocomplete
|
# Customer Name Text Box with database backed autocomplete
|
||||||
# onchange event will update the hidden customer_id field
|
# onchange event will update the hidden customer_id field
|
||||||
search_customer = f.text_field :customer,
|
search_customer = f.text_field :customer,
|
||||||
placeholder: l(:field_customer),
|
|
||||||
class: "customer-name",
|
class: "customer-name",
|
||||||
autocomplete: "off",
|
autocomplete: "off",
|
||||||
data: {
|
data: {
|
||||||
|
|||||||
Reference in New Issue
Block a user