Skip to content

Commit

Permalink
Move Deposit Number column to the right (#4456)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeticiaErrandonea authored Jul 25, 2024
1 parent a24731c commit 56d674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/reports/export_raw.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def default_report_hash # rubocop:disable Metrics/AbcSize, Metrics/MethodLength
invoice_number: ->(od) { od.statement.try(:invoice_number) },
journal_date: ->(od) { od.journal.journal_date if od.journal },
reconciled_note: :reconciled_note,
deposit_number: :deposit_number,
reconciled_at: :reconciled_at,
price_change_reason: :price_change_reason,
price_changed_by_user: ->(od) { od.price_changed_by_user&.full_name(suspended_label: false) },
Expand All @@ -116,6 +115,7 @@ def default_report_hash # rubocop:disable Metrics/AbcSize, Metrics/MethodLength
cross_core: :cross_core?,
cross_core_project_id: ->(od) { od.order.cross_core_project_id },
cross_core_project_active: ->(od) { od.order.cross_core_project&.active? },
deposit_number: :deposit_number,
}
if SettingsHelper.has_review_period?
hash
Expand Down

0 comments on commit 56d674a

Please sign in to comment.