bug fix in buy show doc info

This commit is contained in:
Hesabix 2025-03-24 08:14:58 +00:00
parent 8a56030b48
commit e3aca511b2

View file

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