Skip to content

Commit

Permalink
reduced months by 1
Browse files Browse the repository at this point in the history
Now that we're showing a year from the last month for the range - the number of months was reduced by one.
  • Loading branch information
kevinworthington authored Apr 17, 2018
1 parent c2ba443 commit 3a33b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def addWorkSheetFooter(start_col,calc_col_count,pad):
print "from "+start_date+" to "+ end_date


ws_cols_count=12*1#months of year and number years (depending on date ranges)
ws_cols_count=12*1-1#months of year and number years (depending on date ranges)
#
#SHEET 1 ##########################################
needs_table_header=True#Set a Flag which adds the header once withing the called function
Expand Down

0 comments on commit 3a33b2a

Please sign in to comment.