With this line missing, cust_event objects would not fully create (eventpart wasn...
authorjayce <jayce>
Wed, 10 Oct 2007 20:52:12 +0000 (20:52 +0000)
committerjayce <jayce>
Wed, 10 Oct 2007 20:52:12 +0000 (20:52 +0000)
FS/FS/cust_main.pm

index bf827a3..1195083 100644 (file)
@@ -2819,6 +2819,7 @@ sub retry_realtime {
 
   my @cust_event = qsearchs({
     'table'     => 'cust_event',
+    'select'   => 'cust_event.*',
     'addl_from' => "LEFT JOIN part_event USING ( eventpart ) $join",
     'hashref'   => { 'status' => 'done' },
     'extra_sql' => " AND statustext IS NOT NULL AND statustext != '' ".