From e3aca511b2e03db337124e5451b8296086536dc5 Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Mon, 24 Mar 2025 08:14:58 +0000 Subject: [PATCH] bug fix in buy show doc info --- hesabixCore/src/Service/Explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hesabixCore/src/Service/Explore.php b/hesabixCore/src/Service/Explore.php index 43e2a8b..2706296 100644 --- a/hesabixCore/src/Service/Explore.php +++ b/hesabixCore/src/Service/Explore.php @@ -103,7 +103,7 @@ class Explore foreach ($hesabdariDoc->getHesabdariRows() as $item) { if ($item->getPerson()) { $person = self::ExplorePerson($item->getPerson()); - } elseif ($item->getRef()->getCode() == '104') { + } elseif ($item->getRef()->getCode() == '51') { $result['discountAll'] = $item->getBs(); } elseif ($item->getRef()->getCode() == '90') { $result['transferCost'] = $item->getBd();