Skip to Content
0
Jun 06, 2011 at 04:15 PM

Update price in quot

41 Views

Hi experts!

I can´t update the price in quotation, this is my code:

...
n.Lines.SetCurrentLine(index);
n.Lines.Price = price;
n.Lines.RowTotalFC = n.Lines.Price * n.Lines.Quantity;
n.Lines.Add();
int res = n.Update();
...

If i change a itemcode, itemname the changes are ok, the problem is only in price.