fix display bugs in the Subscription template (no price, and bare parens showing when no code batches are available)

This commit is contained in:
Colin Kuskie 2008-06-27 18:58:23 +00:00
parent 9e5642b9f6
commit 59424e1fe3
5 changed files with 9 additions and 0 deletions

View file

@ -484,6 +484,12 @@ The form in which the user can enter his subscription code.<br />|,
context => q|template variable|
},
'price' => {
message => q|The price for the subscription, formatted to two decimal places|,
lastUpdated => 1214592963,
context => q|template variable|
},
};
1;