billing: Remove mix option from frontend.

This commit is contained in:
Vishnu Ks
2019-01-02 16:28:34 +05:30
committed by Rishi Gupta
parent c1551405aa
commit 2547d4ea07
2 changed files with 0 additions and 19 deletions

View File

@@ -73,11 +73,9 @@ exports.update_charged_amount = function (prices, schedule) {
exports.show_license_section = function (license) {
$("#license-automatic-section").hide();
$("#license-manual-section").hide();
$("#license-mix-section").hide();
$("#automatic_license_count").prop('disabled', true);
$("#manual_license_count").prop('disabled', true);
$("#mix_license_count").prop('disabled', true);
var section_id = "#license-" + license + "-section";
$(section_id).show();