Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Не корректная работа обновления позиции #71

Open
matiosfree opened this issue Jun 28, 2020 · 1 comment

Comments

@matiosfree
Copy link
Contributor

matiosfree commented Jun 28, 2020

Добрый день. Имеется отгрузка. И в ней необходимо для определенной позиции изменить Цену\Накладные расходы\и т.д.
Пробовал сделать так:

$demand = (new Demand($this->client, ['id' => $params['demandId'] ?? null]))->fresh();
$demandPositions = $demand->relationListQuery("positions")->getList();

if ($demandPositions->count()) {
    $demandPositions->each(function(DemandPosition $item) {
        $item->overhead = 100;
        $item->buildUpdate()->execute();
    });
}

В данном случае при execute() выдается ошибка: Неизвестный тип: 'demandposition'

@matiosfree matiosfree changed the title Не корректная работа обновленной позиции Не корректная работа обновления позиции Jun 28, 2020
@linpus
Copy link

linpus commented May 8, 2023

Приветствую, как решили вопрос в итоге?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants