foodsoft/app/views/finance/balancing/_editArticleResult.haml
2009-01-10 22:22:16 +01:00

8 lines
No EOL
293 B
Text

%h2
Bearbeiten von
= @article.name
- remote_form_for 'order_article_result', @article, :url => {:action => 'updateArticleResult', :id => @article }, |
:before => "Element.show('loader')", :success => "Element.hide('loader')" do |@form| |
= render :partial => "articleResultForm"