diff options
| author | ivan <ivan> | 2008-12-21 18:38:12 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-12-21 18:38:12 +0000 | 
| commit | 93d2608554affca0d1e49ab1469328960c75848e (patch) | |
| tree | 368bde193550bae4e032f3d3b220b4a0e9447b89 /FS/bin/freeside-cdrd | |
| parent | 9bf05e6da4c33578efb15313533f2060d18bdeb4 (diff) | |
cdrd brainfart, finishing up RT#4423
Diffstat (limited to 'FS/bin/freeside-cdrd')
| -rw-r--r-- | FS/bin/freeside-cdrd | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/FS/bin/freeside-cdrd b/FS/bin/freeside-cdrd index 1346531f6..36ff2bb4b 100644 --- a/FS/bin/freeside-cdrd +++ b/FS/bin/freeside-cdrd @@ -55,8 +55,8 @@ my $extra_sql =      )      AND 0 = (        SELECT COUNT(*) FROM queue -        WHERE job = 'FS::cust_main::queued_bill' -          AND job.custnum = cust_pkg.custnum +        WHERE queue.job = 'FS::cust_main::queued_bill' +          AND queue.custnum = cust_pkg.custnum      )    "; | 
