[guadec-web] Fix prices to have bed in double room cheaper than in single room, and total slightly more than what
- From: Pascal Terjan <pterjan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web] Fix prices to have bed in double room cheaper than in single room, and total slightly more than what
- Date: Mon, 14 Jul 2014 16:25:55 +0000 (UTC)
commit 6dca6f57a33ac3a028b258eb73923e8adc395849
Author: Pascal Terjan <pterjan gmail com>
Date: Sun Jul 13 20:13:13 2014 +0000
Fix prices to have bed in double room cheaper than in single room, and total slightly more than what we
pay
guadec/pricing.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/guadec/pricing.php b/guadec/pricing.php
index 77c4b7b..ee09ad9 100644
--- a/guadec/pricing.php
+++ b/guadec/pricing.php
@@ -1,6 +1,6 @@
<?php
- define('single_fee', 30);
- define('double_fee', 35);
+ define('single_fee', 37);
+ define('double_fee', 32);
define('lunch_fee', 8.5);
function dayParser($arrive_string, $depart_string){
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]