This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 035af57  eliminate one more hard coded number
035af57 is described below

commit 035af575c38aeb574826fd2645e3a8600741971e
Author: Sam Ruby <[email protected]>
AuthorDate: Sat Mar 17 11:20:02 2018 -0400

    eliminate one more hard coded number
---
 www/board/agenda/views/actions/financials.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/actions/financials.json.rb 
b/www/board/agenda/views/actions/financials.json.rb
index 61cd97a..25a7d92 100644
--- a/www/board/agenda/views/actions/financials.json.rb
+++ b/www/board/agenda/views/actions/financials.json.rb
@@ -79,7 +79,7 @@ rows.each do |row|
 end
 
 # drop current balances
-rows.shift(6)
+rows.shift(blank)
 
 # print out YTD totals
 rows.each do |row|

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to