From c58676cd6951003722601dc963717b1f52605b8f Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Thu, 1 Nov 2018 07:08:27 +0100 Subject: [PATCH] only get the claim link if the claim object is not null --- src/Template/Main/tx.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Template/Main/tx.ctp b/src/Template/Main/tx.ctp index f6019ca..f4f4523 100644 --- a/src/Template/Main/tx.ctp +++ b/src/Template/Main/tx.ctp @@ -136,7 +136,7 @@ foreach ($outputs as $out): ?>
- IsClaim or $out->IsSupportClaim or $out->IsUpdateClaim): ?>View + Claim && ($out->IsClaim or $out->IsSupportClaim or $out->IsUpdateClaim)): ?>View IsSupportClaim): ?>
SUPPORT
IsUpdateClaim): ?>
UPDATE
IsClaim): ?>
CLAIM