add custom csv to download dropdown

This commit is contained in:
viehlieb 2023-02-14 16:55:51 +01:00
parent 259d919175
commit ea0fba9010

View file

@ -10,3 +10,4 @@
- unless order.stockit?
%li= link_to t('.fax_txt'), order_path(order, format: :txt), {title: t('.download_file')}
%li= link_to t('.fax_csv'), order_path(order, format: :csv), {title: t('.download_file')}
%li= link_to t('.custom_csv'), custom_csv_order_path(order), remote: true