Merge from trunk.

remotes/svn/3.6
Andreas Granig 14 years ago
parent 41d36bfef8
commit 2f79e6e3fa

7
debian/changelog vendored

@ -1,3 +1,10 @@
ngcp-www-admin (3.6.1) unstable; urgency=low
[ agranig ]
* Fix editing billing fees.
-- Andreas Granig <agranig@sipwise.com> Thu, 28 Mar 2013 16:03:53 +0100
ngcp-www-admin (3.6.0) unstable; urgency=low
[ agranig ]

@ -11,6 +11,7 @@
<form action="do_edit_fee" method="post">
<input type="hidden" name="bilprof" value="[% bilprof %]" />
<input type="hidden" name="destination" value="[% fee.destination %]" />
<input type="hidden" name="source" value="[% fee.source %]" />
<input type="hidden" name="direction" value="[% fee.direction %]" />
<input type="hidden" name="offset" value="[% offset %]" />

Loading…
Cancel
Save