[minor] removed the {next} for last page (#9002)

This commit is contained in:
Makarand Bauskar 2017-05-24 18:35:35 +05:30 committed by Nabin Hait
parent 9bf4563b7a
commit 2f17e70793

View File

@ -24,5 +24,3 @@ There are two major ways in which ERPNext values your items.
* **Moving Average:** In this method, ERPNext assumes that the value of the item at any point is the average price of the units of that Item in stock. For example, if the value of an Item is X in a Warehouse with quantity Y and another quantity Y1 is added to the Warehouse at cost X1, the new value X2 would be:
> New Value X2 = (X * Y + X1 * Y1) / (Y + Y1)
{next}