mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	billing: Remove mix option from frontend.
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user