Temporairly deactivated helper in new delivery form.
This commit is contained in:
parent
310a97912c
commit
04b611a080
3 changed files with 28 additions and 23 deletions
|
|
@ -15,9 +15,9 @@
|
|||
%li= link_to "Nicht verfügbare Artikel zeigen/verstecken", "#", 'data-toggle-this' => 'tr.unavailable', tabindex: -1
|
||||
|
||||
.btn-group
|
||||
= link_to "Neuen Lagerartikel anlegen", new_stock_article_path, class: 'btn btn-primary'
|
||||
= link_to_if @current_user.role_orders?, "Lagerbestellung online stellen", new_order_path(supplier_id: 0),
|
||||
class: 'btn'
|
||||
class: 'btn', class: 'btn btn-primary'
|
||||
= link_to "Neuen Lagerartikel anlegen", new_stock_article_path, class: 'btn'
|
||||
= link_to "Inventur anlegen", new_stock_taking_path, class: 'btn'
|
||||
= link_to "Inventurübersicht", stock_takings_path, class: 'btn'
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@
|
|||
})
|
||||
|
||||
|
||||
%p
|
||||
/
|
||||
TODO: Fix this
|
||||
%p
|
||||
Suche nach Artikeln aus allen Katalogen:
|
||||
= text_field_tag 'article_search'
|
||||
#stock_article_form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue