Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
changed: more verbose caterers display in "ascii list"
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed Feb 19, 2015
1 parent befdba0 commit 6adde5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2.5.7 / 2015-02-19
==================

* changed: more verbose caterers display in "ascii list"

2.5.6 / 2015-02-19
==================

Expand Down
2 changes: 1 addition & 1 deletion src/lib/ascii_invoicer/mixins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def print_project_list projects, hash = {}
row = print_row_simple project, hash
end

row << project.data[:hours][:caterers].keys.join(", ") if hash[:caterers] and project.data[:hours][:caterers]
row << caterers_string(project) if hash[:caterers] and project.data[:hours][:caterers]

row << project.blockers(:archive) if hash[:blockers]
if hash[:details]
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ascii_invoicer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AsciiInvoicer
VERSION = '2.5.6'
VERSION = '2.5.7'
end

0 comments on commit 6adde5b

Please sign in to comment.