1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

(bug) missing reservation context in statistic global export

This commit is contained in:
Du Peng 2023-08-24 18:00:15 +02:00
parent 6b183969c7
commit 581e08ea1e

View File

@ -18,6 +18,7 @@ indices.each do |index|
index.statistic_fields.each do |f|
columns.push f.label
end
columns.push t('export.reservation_context') if index.concerned_by_reservation_context?
columns.push t('export.revenue') if index.ca
sheet.add_row columns, style: header