Subversion Repositories SmartDukaan

Rev

Rev 32308 | Rev 32826 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32308 Rev 32567
Line 1078... Line 1078...
1078
    doGetAjaxRequestHandler(`${context}/warehouse/stock-qty`, function (response) {
1078
    doGetAjaxRequestHandler(`${context}/warehouse/stock-qty`, function (response) {
1079
        $('#main-content').html(response);
1079
        $('#main-content').html(response);
1080
    });
1080
    });
1081
});
1081
});
1082
 
1082
 
-
 
1083
function loadMainContent(htmlContent) {
-
 
1084
    $('#main-content').html(htmlContent);
-
 
1085
}
-
 
1086
 
1083
 
1087
 
1084
 
1088
 
1085
 
1089
 
1086
 
1090
 
1087
 
1091