FSN#34223 bestellingnode moet ook in meldingnode

svn path=/Database/branches/DB26/; revision=26737
This commit is contained in:
Peter Feij
2015-10-22 12:49:10 +00:00
parent 0a5dba69e9
commit 7fb9111f97

View File

@@ -4064,7 +4064,7 @@ AS
END LOOP;
FOR rec3 IN c3
LOOP
create_bes_bestelling_node (rec3.bes_bestelling_key, TRUE);
create_bes_bestelling_node (rec3.bes_bestelling_key, FALSE); -- concise bevat geen artikelen
END LOOP;
END IF;