bug fix in buy show doc info
This commit is contained in:
parent
8a56030b48
commit
e3aca511b2
|
@ -103,7 +103,7 @@ class Explore
|
||||||
foreach ($hesabdariDoc->getHesabdariRows() as $item) {
|
foreach ($hesabdariDoc->getHesabdariRows() as $item) {
|
||||||
if ($item->getPerson()) {
|
if ($item->getPerson()) {
|
||||||
$person = self::ExplorePerson($item->getPerson());
|
$person = self::ExplorePerson($item->getPerson());
|
||||||
} elseif ($item->getRef()->getCode() == '104') {
|
} elseif ($item->getRef()->getCode() == '51') {
|
||||||
$result['discountAll'] = $item->getBs();
|
$result['discountAll'] = $item->getBs();
|
||||||
} elseif ($item->getRef()->getCode() == '90') {
|
} elseif ($item->getRef()->getCode() == '90') {
|
||||||
$result['transferCost'] = $item->getBd();
|
$result['transferCost'] = $item->getBd();
|
||||||
|
|
Loading…
Reference in a new issue