This commit is contained in:
@@ -66,7 +66,7 @@ app.ravLicense = (function () {
|
||||
var submitData = app.utilB.objectifyFormDataArray(formData);
|
||||
|
||||
//clean up the data before submit
|
||||
|
||||
debugger;
|
||||
//submit
|
||||
// alert("STUB submit");
|
||||
app.api.createRavLicense(submitData, function (res) {
|
||||
@@ -140,7 +140,7 @@ app.ravLicense = (function () {
|
||||
$.gevent.publish("app-show-error", res.msg);
|
||||
} else {
|
||||
$("#registeredTo").val(res.name);
|
||||
$("#dbId").val(res.dbId);
|
||||
$("#dbId").val(res.dbid);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -171,7 +171,7 @@ app.ravLicense = (function () {
|
||||
.toISOString()
|
||||
.substring(0, 10);
|
||||
$('input[type="date"]').val(oneYearFromNow);
|
||||
$("#siteid").val(stateMap.id);
|
||||
$("#siteId").val(stateMap.id);
|
||||
|
||||
//var oneMonthFromNow = moment().add(1, 'months').toISOString().substring(0, 10);
|
||||
//$('#lockoutDate').val(oneMonthFromNow);
|
||||
|
||||
Reference in New Issue
Block a user