Skip to content

Commit

Permalink
Hotfix: Conversión en CA$
Browse files Browse the repository at this point in the history
  • Loading branch information
elyambay committed Oct 30, 2018
1 parent 4b2568b commit e3e7e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/lang/en/reportReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
return [
"button_currency_gs" => "Convert to GS.",
"button_currency_us" => "Convert to U\$D",
"button_currency_cas" => "Convert to CA\$",
"p_currency_gs" => "Values shown in thousands of Guaraníes",
"p_currency_us" => "Values shown in American Dollars",
"label_tab_universe" => "All Participants",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/es/reportReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
return [
"button_currency_gs" => "Ver en GS.",
"button_currency_us" => "Ver en U\$D.",
"button_currency_cas" => "Ver en CA\$",
"p_currency_gs" => "Los montos están en miles de Guaraníes",
"p_currency_us" => "Los montos están en Dólares Americanos",
"label_tab_universe" => "Universo",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/report/report.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<input type="hidden" name="periodo" value="{{$periodo}}"/>
<button class="btn waves-effect waves-light lighten-1 red white-text" type="submit" name="submitFilter" id="submitFilter">
@if ($dbEmpresa->id == 95)
<i class="material-icons left">monetization_on</i>Ver en CA$
<i class="material-icons left">monetization_on</i>@lang('reportReport.button_currency_cas')
@else
<i class="material-icons left">monetization_on</i>@lang('reportReport.button_currency_us')
@endif
Expand Down

0 comments on commit e3e7e78

Please sign in to comment.