Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
The cause of this bug has been found - "flatrate" is hard coded as the type for
all
newly created users in /afrimesh/dashboard/www/modules/customers.manage.js
function
on_customer_save() LINE 82
function on_customer_save() {
var username = $("#widget-customers-manage input#username").val();
var ret = afrimesh.customers.generate(username, "flatrate", 0);
console.debug ("THE TYPE SELECTED IS ");
console.debug("Inserted: " + ret);
$("ul#menu ul#customers li#manage").click();
};
Original comment by edwecow...@gmail.com
on 15 Jul 2009 at 9:50
Original comment by edwecow...@gmail.com
on 15 Jul 2009 at 10:17
Original issue reported on code.google.com by
edwecow...@gmail.com
on 14 Jul 2009 at 11:43