replace qrammer with qwaiter

This commit is contained in:
2012-11-29 19:07:19 +01:00
parent e0a3333e8f
commit d22813e778
22 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
row = $('<tr></tr>').appendTo(tbody)
row.append('<td>'+info.product.name+'</td>')
row.append('<td>'+info.number+'</td>')
row.append('<td>'+Qrammer.currency(info.product.price * info.number)+'</td>')
row.append('<td>'+Qwaiter.currency(info.product.price * info.number)+'</td>')
body.appendTo(wrapper)