Does anyone know how to set up default quantity in sales order to zero? thanks
–
You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
nabin
2
The default quantity set as 1 through server side code. Please check get_item_details() function in
https://github.com/webnotes/erpnext/blob/master/selling/doctype/sales_common/sales_common.py
To modify default value, you have to overwrite server side code which is not possible currently in hosted version.
On 13-Jul-2013, at 12:34 PM, lxnow wrote:
Does anyone know how to set up default quantity in sales order to zero? thanks
–
You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
–
You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.