From 33b2fd9d98fe64bf0298b9f3e763ac54d24621f9 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 4 Nov 2019 20:12:58 +0000 Subject: [PATCH] Bug 23523: (QA follow-up) Minor POD corrections This just fixes a couple of typos in the POD that predate this patch but I noticed whilst QAing this ;) Signed-off-by: Martin Renvoize --- C4/Acquisition.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index ba0028a37c..a3408883f1 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -3023,8 +3023,9 @@ $order = populate_order_with_prices({ }); -Sets calculated values for an order - all values are stored with pull precision regardless of rounding preference except fot -tax value which is calculated on rounded values if requested +Sets calculated values for an order - all values are stored with full precision +regardless of rounding preference except for tax value which is calculated +on rounded values if requested For ordering the values set are: rrp_tax_included @@ -3037,7 +3038,8 @@ For receiving the value set are: unitprice_tax_excluded tax_value_on_receiving -Note: When receiving if the rounded value of the unitprice matches the rounded value of the ecost then then ecost (full precision) is used. +Note: When receiving, if the rounded value of the unitprice matches the rounded +value of the ecost then then ecost (full precision) is used. Returns a hashref of the order -- 2.20.1