From e2d455218044e8dc46cffe8a2b966edccee35465 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 3 Oct 2012 10:28:42 -0400 Subject: [PATCH] Capture net/gross unit price Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIReader.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIReader.pm b/Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIReader.pm index bd3c8e1ffe..ef28eef13b 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIReader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIReader.pm @@ -19,7 +19,8 @@ my %edi_li_fields = ( id => '^RFF\+LI:\S+\/(\S+)', index => '^LIN\+([^\+]+)', amount_billed => '^MOA\+203:(\d+)', - unit_price => '^PRI\+AAB:(\d+)', + net_unit_price => '^PRI\+AAA:(\d+)', + gross_unit_price=> '^PRI\+AAB:(\d+)', expected_date => '^DTM\+44:([^:]+)' ); -- 2.11.0