This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'develop'
master
Guillaume
4 years ago
parent
6437364ed2
b274ca4bc4
commit
e9de5357ff
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
+6
-0
ShopBundle/Resources/views/backend/order/list-fields/order-payment.html.twig
+ 6
- 0
ShopBundle/Resources/views/backend/order/list-fields/order-payment.html.twig
View File
@@ -4,3 +4,9 @@
{{ trad|trans({}, 'lcshop') }}
</span>
{% endfor %}
{% set is_paid = orderUtils.isOrderPaid(item) %}
{% if not is_paid %}
<br />
<span class="badge badge-danger">Non soldée</span>
{% endif %}
Write
Preview
Loading…
Cancel
Save