noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 83/119: Bug : from VEN , cannot get the price


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 83/119: Bug : from VEN , cannot get the price
Date: Mon, 26 Oct 2020 18:27:30 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit dd5b8c2e069a67921192e7444705dfe477f1ce8f
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sun Oct 11 18:21:51 2020 +0200

    Bug : from VEN , cannot get the price
---
 include/ajax/ajax_card.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ajax/ajax_card.php b/include/ajax/ajax_card.php
index 6af2b5b..7b06589 100644
--- a/include/ajax/ajax_card.php
+++ b/include/ajax/ajax_card.php
@@ -509,7 +509,7 @@ case 'fs':
                                               $price,$amount);
         }
         if ( $type=="VEN" ){
-            $amount=(isNumber($aFound[$i]['vw_buy']) == 1 
)?$aFound[$i]['vw_sell']:0;
+            $amount=(isNumber($aFound[$i]['vw_sell']) == 1 
)?$aFound[$i]['vw_sell']:0;
             $array[$i]['javascript'].=sprintf("set_value('%s','%s');",
                                               $price,$amount);
         }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]