summaryrefslogtreecommitdiff
path: root/LedgerSMB/IS.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/IS.pm')
-rwxr-xr-xLedgerSMB/IS.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/LedgerSMB/IS.pm b/LedgerSMB/IS.pm
index 5bb7ef63..2cb4d259 100755
--- a/LedgerSMB/IS.pm
+++ b/LedgerSMB/IS.pm
@@ -46,8 +46,7 @@ sub invoice_details {
my $translation;
my $partsgroup;
- my %oid = ( 'Pg' => 'oid',
- 'PgPP' => 'oid',
+ my %oid = ( 'Pg' => 'TRUE',
'Oracle' => 'rowid',
'DB2' => '1=1'
);