summaryrefslogtreecommitdiff
path: root/p-t.js
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-10 16:28:33 -0800
committerIvan Kohler <ivan@freeside.biz>2016-03-10 16:28:33 -0800
commita6beef4ca0d21eb385a7411f4e50c1da67fe8bd9 (patch)
treeeaa375760d3e85a7f7da91f24205194b9abf4394 /p-t.js
parent928c1f4cfea906631050fef05ab97271936679cc (diff)
correct dynamic pricing for sp-95
Diffstat (limited to 'p-t.js')
-rw-r--r--p-t.js2
1 files changed, 1 insertions, 1 deletions
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; }