Skip to content

Commit

Permalink
13013: fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
chahmedejaz authored and filipefurtad0 committed Jan 16, 2025
1 parent c5f635a commit 4c6ec09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3321,7 +3321,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
report_header_admin_handling_fees: "Admin & Handling (%{currency})"
report_header_ship_price: "Ship (%{currency})"
report_header_producer_charges_gst: Producer charges GST?
report_header_total_tax_on_product: Total tax on product
report_header_total_tax_on_product: "Total tax on product (%{currency})"
report_header_pay_fee_price: "Pay fee (%{currency})"
report_header_total_price: "Total (%{currency})"
report_header_product_total_price: "Product Total (%{currency})"
Expand Down
6 changes: 6 additions & 0 deletions spec/system/admin/reports/pay_your_suppliers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"Producer",
"Producer Address",
"Producer ABN/ACN",
"Producer charges GST?",
"Email",
"Hub",
"Hub Address",
Expand All @@ -63,6 +64,7 @@
"Total excl. fees and tax ($)",
"Total excl. tax ($)",
"Total fees excl. tax ($)",
"Total tax on product ($)",
"Total tax on fees ($)",
"Total Tax ($)",
"Total ($)"
Expand All @@ -83,6 +85,7 @@
supplier.name,
supplier.address.full_address,
"none",
"No",
"none",
hub1.name,
hub1.address.full_address,
Expand All @@ -100,6 +103,7 @@
0.0,
0.0,
0.0,
0.0,
10.0,
].compact.join(" "))
end
Expand All @@ -115,6 +119,7 @@
supplier.name,
supplier.address.full_address,
"none",
"No",
"none",
hub2.name,
hub2.address.full_address,
Expand All @@ -132,6 +137,7 @@
0.0,
0.0,
0.0,
0.0,
10.0,
].compact.join(" "))
end
Expand Down

0 comments on commit 4c6ec09

Please sign in to comment.