View | Details | Raw Unified | Return to bug 23523
Collapse All | Expand All

(-)a/C4/Acquisition.pm (-4 / +5 lines)
Lines 3023-3030 $order = populate_order_with_prices({ Link Here
3023
});
3023
});
3024
3024
3025
3025
3026
Sets calculated values for an order - all values are stored with pull precision regardless of rounding preference except fot
3026
Sets calculated values for an order - all values are stored with full precision
3027
tax value which is calculated on rounded values if requested
3027
regardless of rounding preference except for tax value which is calculated
3028
on rounded values if requested
3028
3029
3029
For ordering the values set are:
3030
For ordering the values set are:
3030
    rrp_tax_included
3031
    rrp_tax_included
Lines 3037-3043 For receiving the value set are: Link Here
3037
    unitprice_tax_excluded
3038
    unitprice_tax_excluded
3038
    tax_value_on_receiving
3039
    tax_value_on_receiving
3039
3040
3040
Note: When receiving if the rounded value of the unitprice matches the rounded value of the ecost then then ecost (full precision) is used.
3041
Note: When receiving, if the rounded value of the unitprice matches the rounded
3042
value of the ecost then then ecost (full precision) is used.
3041
3043
3042
Returns a hashref of the order
3044
Returns a hashref of the order
3043
3045
3044
- 

Return to bug 23523