Got a simple fragment on a quest which does exactly what it is supposed to - take a gold ingot from NPC inventory and put it in player's inventory but no notification is displayed which should be "Gold Ingot Added"
Alias_NPC.GetReference().RemoveItem(Alias_ingot.GetReference(), 1, False, Game.GetPlayer())
Why?