Subversion Repositories SmartDukaan

Rev

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

Rev 27550 Rev 27551
Line 142... Line 142...
142
        fixedHeader: true
142
        fixedHeader: true
143
    } );
143
    } );
144
    
144
    
145
    
145
    
146
    $('#warehouseBrandStock tbody').on('click', 'tr', function () {
146
    $('#warehouseBrandStock tbody').on('click', 'tr', function () {
147
        var data = indentTable.row( this ).data();
147
        var data = table.row( this ).data();
148
        
148
        
149
        var warehouseId = $('#warehouseMap').val();
149
        var warehouseId = $('#warehouseMap').val();
150
						
150
						
151
        var brands = [];
151
        var brands = [];
152
        brands.push(data[0])
152
        brands.push(data[0])