We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Добрый день. Имеется отгрузка. И в ней необходимо для определенной позиции изменить Цену\Накладные расходы\и т.д. Пробовал сделать так:
$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'
The text was updated successfully, but these errors were encountered:
Приветствую, как решили вопрос в итоге?
Sorry, something went wrong.
No branches or pull requests
Добрый день. Имеется отгрузка. И в ней необходимо для определенной позиции изменить Цену\Накладные расходы\и т.д.
Пробовал сделать так:
В данном случае при execute() выдается ошибка: Неизвестный тип: 'demandposition'
The text was updated successfully, but these errors were encountered: