summaryrefslogtreecommitdiff
path: root/LedgerSMB/IC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/IC.pm')
-rwxr-xr-xLedgerSMB/IC.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/LedgerSMB/IC.pm b/LedgerSMB/IC.pm
index 52ad9654..276992fc 100755
--- a/LedgerSMB/IC.pm
+++ b/LedgerSMB/IC.pm
@@ -42,8 +42,7 @@ sub get_part {
for (keys %$ref) { $form->{$_} = $ref->{$_} }
$sth->finish;
- my %oid = ('Pg' => 'a.oid',
- 'PgPP' => 'a.oid',
+ my %oid = ('Pg' => 'TRUE',
'Oracle' => 'a.rowid',
'DB2' => '1=1'
);
@@ -1384,8 +1383,7 @@ sub include_assembly {
$form->{$id} = 1;
- my %oid = ('Pg' => 'a.oid',
- 'PgPP' => 'a.oid',
+ my %oid = ('Pg' => 'TRUE',
'Oracle' => 'a.rowid',
'DB2' => '1=1'
);