Complete refactoring of orders-workflow.
OrderResult tables are removed. Data consistency is now possible through new article.price-history (ArticlePrice). Balancing-workflow needs to be updated.
This commit is contained in:
parent
80287aeea4
commit
9eb2125f15
98 changed files with 1121 additions and 1717 deletions
|
|
@ -1,10 +1,9 @@
|
|||
- unless @comments.empty?
|
||||
- @comments.each do |comment|
|
||||
- unless comments.empty?
|
||||
- comments.each do |comment|
|
||||
.comment[comment]
|
||||
%h3
|
||||
= "#{comment.user.find_ordergroup.name} :" if comment.user.find_ordergroup
|
||||
=h comment.title
|
||||
= simple_format(comment.comment)
|
||||
= simple_format(comment.text)
|
||||
.timestamp
|
||||
Erstellt am
|
||||
= format_time(comment.created_at)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue