Subversion Repositories SmartDukaan

Rev

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

Rev 9829 Rev 9832
Line 41... Line 41...
41
 
41
 
42
function changePOWarehouse(id){
42
function changePOWarehouse(id){
43
	$.ajax({
43
	$.ajax({
44
        type      : 'GET',
44
        type      : 'GET',
45
        url       : '/inventory/purchase-order!changeWarehouseForPO',
45
        url       : '/inventory/purchase-order!changeWarehouseForPO',
46
        data      : 'id=' + id + "&warehouseId=" + ,
46
        data      : 'id=' + id + "&warehouseId="
47
        success   : function(response) {
47
        success   : function(response) {
48
            window.location.href = "/inventory/purchase-order";
48
            window.location.href = "/inventory/purchase-order";
49
        },
49
        },
50
		error	  : function(response) {
50
		error	  : function(response) {
51
			alert("Error in changing PO Warehouse");
51
			alert("Error in changing PO Warehouse");