YetiForceCompany/YetiForceCRM

[suggestion] Logistics: Storage update

Opened this issue · 0 comments

I think related module record status should be checked: stock should be updated only if related module record status is PLL_ACCEPTED

here

if (isset($correctionModules[$moduleName])) {

and here

if ($delta && 'PLL_ACCEPTED' === $delta) {