From 41f7ae4d3a64d56be54ccb5de2d21509c19e9f50 Mon Sep 17 00:00:00 2001 From: aFolletete Date: Fri, 16 Dec 2011 15:31:14 +0000 Subject: [PATCH] // add message when no payment is present git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11314 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/orders/view.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin-dev/themes/template/orders/view.tpl b/admin-dev/themes/template/orders/view.tpl index 168321572..4f1ca33a0 100755 --- a/admin-dev/themes/template/orders/view.tpl +++ b/admin-dev/themes/template/orders/view.tpl @@ -334,6 +334,12 @@ + {foreachelse} + + +

{l s='No payment available'}

+ + {/foreach} {if count($not_paid_invoices_collection) > 0}