Skip to content

Commit

Permalink
Fixes for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Oct 23, 2024
1 parent 77f93f8 commit 1c7377b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Jobs/Company/CompanyExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function handle()
$invoice = $this->transformArrayOfKeys($invoice, ['recurring_id','client_id', 'vendor_id', 'project_id', 'design_id', 'subscription_id']);
$invoice->tax_data = '';

return $invoice->makeVisible(['id',
return $invoice->makeHidden(['gateway_fee'])->makeVisible(['id',
'private_notes',
'user_id',
'client_id',
Expand Down
2 changes: 1 addition & 1 deletion lang/en/texts.php
Original file line number Diff line number Diff line change
Expand Up @@ -5384,7 +5384,7 @@
'currency_Congolese_Franc' => 'Congolese Franc',
'currency_Djiboutian_Franc' => 'Djiboutian Franc',
'currency_Eritrean_Nakfa' => 'Eritrean Nakfa',
'currency_Falkland_Islands_Pound' => 'Falklan Islands Pound',
'currency_Falkland_Islands_Pound' => 'Falkland Islands Pound',
'currency_Guinean_Franc' => 'Guinean Franc',
'currency_Iraqi_Dinar' => 'Iraqi Dinar',
'currency_Lesotho_Loti' => 'Lesotho Loti',
Expand Down

0 comments on commit 1c7377b

Please sign in to comment.