Add a field in Quotes

Hi,
I need to add a field in Quotes Module named “Discount” which will deduct the amount entered from Grand Total.
Creation of the field is complete can anybody tell me where i need to edit so to get desired results?.

Thanks

Hi ankurhora,

You need to edit line_items.js in the AOS_Products_Quotes module to handle the calculation in your custom Discount field.

Thanks,

Will.