There is an error under the metafresh-webui-api.
the ProductsToPickRow class is looking for a missing method.
public boolean isEligibleForReview()
{
return !isProcessed() && pickStatus.isFinalState();
}
There is an error under the metafresh-webui-api.
the ProductsToPickRow class is looking for a missing method.
public boolean isEligibleForReview()
{
return !isProcessed() && pickStatus.isFinalState();
}
Hi @dev
please try pulling the latest master
of both
and
(and ofc all the other repos).
Btw, you might be interested in using myrepos.
I wrote what I know about it here on our documentation site.
@metas-ts how did you install myrepos/mr on MS-Windows?