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'
|
= render :partial => 'shared/open_orders'
|
||||||
|
|
||||||
// Stats
|
// Stats
|
||||||
.box_title
|
- if @ordergroup
|
||||||
%h2 Engagement Deiner Bestellgruppe
|
.box_title
|
||||||
.column_content
|
%h2 Engagement Deiner Bestellgruppe
|
||||||
= render "stats"
|
.column_content
|
||||||
|
= render "stats"
|
||||||
|
|
||||||
- unless @messages.empty?
|
- unless @messages.empty?
|
||||||
.box_title
|
.box_title
|
||||||
|
|
Loading…
Reference in a new issue