[gnome-web-www: 1/2] Fix errors by setting currency (closes: #796400)
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www: 1/2] Fix errors by setting currency (closes: #796400)
- Date: Fri, 22 Jun 2018 10:43:46 +0000 (UTC)
commit 3b4b77f981965a9147a4492bc3f7d542d22fed08
Author: Neil McGovern <neil gnome org>
Date: Fri Jun 22 11:32:09 2018 +0100
Fix errors by setting currency (closes: #796400)
The javascript sets the correct currency, but not if a user hasn't
clicked on a currency yet. Set the default to USD.
theme/page-friends.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/theme/page-friends.php b/theme/page-friends.php
index e0fd91d..044e78f 100644
--- a/theme/page-friends.php
+++ b/theme/page-friends.php
@@ -48,7 +48,7 @@
</label>
<label class="radio-inline">
<input type="radio" name="os0" value="EUR" id="cur-eur"/>€ EUR
- <input type="hidden" name="currency_code" value="" id="cur">
+ <input type="hidden" name="currency_code" value="USD" id="cur">
</label>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]