Closed nguereza-tony closed 1 year ago
Thanks for pointing that out, @nguereza-tony. The warehouse/store transfer functionality has never been fully completed and we haven't worked on it for some years. It may be a while until we get back to it.
ok noted
See #41
Currently in stock transfer page "manufacturing -> whtransfers -> new"
After click button "Add Line" and choose the product there is Js error, and this prevent the page to reload in infinite without success. After many time of debug I think the issue is related to script below:
modules/public_pages/erp/manufacturing/resources/js/manufacturing.js dist/js/modules/erp/manufacturing/resources/js/manufacturing-4febc3bd54174108fd6b84f8f407dbdc.js
The fix is just change lines (change all _'+row, to '+row,)
To
And it will work. Thanks