From a6beef4ca0d21eb385a7411f4e50c1da67fe8bd9 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 10 Mar 2016 16:28:33 -0800 Subject: [PATCH] correct dynamic pricing for sp-95 --- p-t.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p-t.js b/p-t.js index c01bbd4..7c8684b 100644 --- a/p-t.js +++ b/p-t.js @@ -1,5 +1,5 @@ function price1_changed() { - var price = 5400; + var price = 6400; if ( document.SPForm.freeradius1.checked ) { price = price + 900; } if ( document.SPForm.asterisk1.checked ) { price = price + 900; } if ( document.SPForm.thirdlane1.checked ) { price = price + 2695; } -- 2.11.0