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();