diff options
author | ivan <ivan> | 2007-10-10 20:54:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-10-10 20:54:00 +0000 |
commit | 3c7c890883896cb8796b742880a1af637fbd46c8 (patch) | |
tree | 613931857ceb834ba0d54fff9596bbb49eb9323f /FS | |
parent | 3914680ee7b8382f88082e65dbda57a6a7afa7d4 (diff) |
set expandtab
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 1195083fc..f043e477a 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -2819,7 +2819,7 @@ sub retry_realtime { my @cust_event = qsearchs({ 'table' => 'cust_event', - 'select' => '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 != '' ". |