Fixed bug in stats modul. Consider missing ordergroup.
This commit is contained in:
parent
6659fe90f3
commit
d9d800b41f
1 changed files with 5 additions and 4 deletions
|
@ -32,10 +32,11 @@
|
|||
= render :partial => 'shared/open_orders'
|
||||
|
||||
// Stats
|
||||
.box_title
|
||||
%h2 Engagement Deiner Bestellgruppe
|
||||
.column_content
|
||||
= render "stats"
|
||||
- if @ordergroup
|
||||
.box_title
|
||||
%h2 Engagement Deiner Bestellgruppe
|
||||
.column_content
|
||||
= render "stats"
|
||||
|
||||
- unless @messages.empty?
|
||||
.box_title
|
||||
|
|
Loading…
Reference in a new issue