From c14d00e710cb114b12e29e269f6e1dd9bde930ea Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Tue, 9 Nov 2021 19:23:51 +0800 Subject: [PATCH] * Code for task #43898. --- module/branch/view/manage.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/branch/view/manage.html.php b/module/branch/view/manage.html.php index 276448f2ff..b11829ad8d 100644 --- a/module/branch/view/manage.html.php +++ b/module/branch/view/manage.html.php @@ -72,9 +72,9 @@ default) { - echo '' . $lang->branch->default . ''; + echo '' . $lang->branch->default . ''; } - else + elseif($branch->status == 'active') { $setDefaultLink = helper::createLink('branch', 'setDefault', "productID=$productID&branchID=$branch->id", '', true);