--- views/theme/theme.inc	2015-11-06 04:12:01.000000000 -0600
+++ ./theme.inc	2015-11-13 20:22:34.970916424 -0600
@@ -580,12 +580,12 @@
         }
 
         // Don't bother with separators and stuff if the field does not show up.
-        if (empty($field_output) && !empty($vars['rows'][$num][$column])) {
+        if (empty($field_output) && $field_output != '0' && !empty($vars['rows'][$num][$column])) {
           continue;
         }
 
         // Place the field into the column, along with an optional separator.
-        if (!empty($vars['rows'][$num][$column])) {
+        if (!empty($vars['rows'][$num][$column]) || $vars['rows'][$num][$column] == '0') {
           if (!empty($options['info'][$column]['separator'])) {
             $vars['rows'][$num][$column] .= filter_xss_admin($options['info'][$column]['separator']);
           }
