|
@@ -451,7 +451,7 @@ function report_mrp_bom_analysis (reporting){
|
|
|
name : (mrp.name),
|
|
|
product_id : item.product_id[0],
|
|
|
product_name : item.product_id[1],
|
|
|
- product_qty : accounting.formatNumber((item.product_qty),2, ".", ","),
|
|
|
+ product_qty : accounting.formatNumber((item.product_qty),4, ".", ","),
|
|
|
price_unit : accounting.formatNumber((item.price_unit),0, ".", ","),
|
|
|
price_tot : accounting.formatNumber((item.product_qty * (item.price_unit)),2, ".", ","),
|
|
|
quantity_tot : (item.product_qty),
|