Subversion Repositories SmartDukaan

Rev

Rev 25120 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25120 Rev 25121
Line 84... Line 84...
84
        </div>
84
        </div>
85
    </body>
85
    </body>
86
    <script type="text/javascript">
86
    <script type="text/javascript">
87
    	$("td input:not([readonly])").change(function(){
87
    	$("td input:not([readonly])").change(function(){
88
    		if(!isNaN($(this).val()) && $(this).val() > 0){
88
    		if(!isNaN($(this).val()) && $(this).val() > 0){
89
    			updateModelNameInvoicePrice(this, $(this).data('id'), $(this).val(), $action.getPurchaseOrder().getId());
89
    			updateModelNameInvoicePrice(this, $(this).attr('data-id'), $(this).val(), $action.getPurchaseOrder().getId());
90
    		} 
90
    		} 
91
    	});
91
    	});
92
    </script>
92
    </script>
93
</html>
93
</html>
94
94