diff options
Diffstat (limited to 'LedgerSMB/IS.pm')
-rwxr-xr-x | LedgerSMB/IS.pm | 3 |
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' ); |