sales line Ondelete() NAV crash

NoiK00NoiK00 Member Posts: 51
Hi all,

When deleting a specific sales quote line i get a NAV crash. The program(Classic client) just shuts down.
I tried to figure out were the function faults but i only get a breaktrigger on:
"
GetMfgSetUp()
IF NOT HasGotMfgSetUp THEN
HasGotMfgSetUp := MfgSetup.GET;
"
in : Codeunit 99000855 Planning-Get Parameters\GetMfgSetUp()

Is there something wrong with the item setting, or am i missing a reservationline ??

We aren't using any manufacturing in our setup so i don't get the "GetMfgSetup()" function.
I only saw this topic online which states the same error, but i didn't used a import method for this quote lik in the post.
Does anyone knows a solution for this problem?

Thnx,
Sign In or Register to comment.