Hello everybody
My task is to create a goods receipt whenever a delivery is created and also to create a goods issue whenever a returns is created. Since, the creation of the goods receipt and the goods issue are identical i am using the same method. The problem is that it works fine when items are not managed by serial numbers, but when managed by sn-s, the goods receipt is created correctly, when it comes to the goods issue it gives me the following error message:
{IGE1.WhsCode]{line: 1], 'Item 'serial ' with system serial 0 is not in stock
where "serial" is the item code
Do you have any idea what might be the problem?
thanks