add payment method

This commit is contained in:
2016-01-17 16:21:37 +01:00
parent abb69ce92d
commit d043759b1d
20 changed files with 751 additions and 168 deletions

View File

@@ -541,7 +541,7 @@ function ProductSell(o){
function normalizePrice( price ){
var result;
// result = hufRound(price);
return result;
return price;
}
function hufRound(x)