diff --git a/app/views/stockit/_form.html.haml b/app/views/stockit/_form.html.haml
index 8b96aea8..32e58623 100644
--- a/app/views/stockit/_form.html.haml
+++ b/app/views/stockit/_form.html.haml
@@ -11,7 +11,7 @@
%span.add-on %
= f.input :deposit
- else
- = f.input :price, :input_html => {:disabled => 'disabled'}, :hint => t('.form.price_hint')
+ = f.input :price, :input_html => {:disabled => 'disabled'}, :hint => t('.price_hint')
= f.association :article_category
.form-actions
= f.submit class: 'btn'