From c7cac6c6a45c52de034deb4e73329302e29d365e Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Wed, 23 Jul 2014 22:53:51 +0000 Subject: [PATCH] add number field for monthly price (billing) --- app/destinations/destination_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index c80d22ff7d..2675a7797f 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -636,7 +636,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-monthly_price'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; currency_select($currency); echo "
\n"; echo $text['description-monthly_price']."\n";