Subversion Repositories SmartDukaan

Rev

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

Rev 27875 Rev 27879
Line 40... Line 40...
40
			$("div.activation-brands").show();
40
			$("div.activation-brands").show();
41
		} else {
41
		} else {
42
			$("div.activation-brands").hide();
42
			$("div.activation-brands").hide();
43
		}
43
		}
44
    });
44
    });
45
    $('input[name^=amountType]').on('change', function () {
45
    $(document).on('change', 'input[name^=amountType]', function () {
46
    	let holder1 = "Qty";
46
    	let holder1 = "Qty";
47
		let holder2 = "pc(s) onwards, ";
47
		let holder2 = "pc(s) onwards, ";
48
    	let holder3 = "% of value";
48
    	let holder3 = "% of value";
49
    	if($(this).val()=="FIXED") {
49
    	if($(this).val()=="FIXED") {
50
    		holder3 = "per pc";
50
    		holder3 = "per pc";