Subversion Repositories SmartDukaan

Rev

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

Rev 25112 Rev 25119
Line 430... Line 430...
430
		}
430
		}
431
 
431
 
432
		return show();
432
		return show();
433
	}
433
	}
434
 
434
 
435
	public String updateItemInvoicePrice() throws Exception {
-
 
436
		long itemIdLong = Long.parseLong(itemId);
-
 
437
		in.shop2020.purchase.PurchaseService.Client purchaseClient = new PurchaseClient().getClient();
-
 
438
		purchaseClient.createPurchaseForOurExtBilling(String.valueOf(poId), invoicePrice, 0, itemIdLong);
-
 
439
		setOutput("true");
-
 
440
		return OUTPUT;
-
 
441
	}
-
 
442
 
-
 
443
	/*
435
	/*
444
	 * public String setTransferItemsOption() { boolean isTransferAllowed = false;
436
	 * public String setTransferItemsOption() { boolean isTransferAllowed = false;
445
	 * try { Client warehouseClient = new WarehouseClient().getClient();
437
	 * try { Client warehouseClient = new WarehouseClient().getClient();
446
	 * isTransferAllowed = warehouseClient.isItemTransferAllowed(warehouseId,
438
	 * isTransferAllowed = warehouseClient.isItemTransferAllowed(warehouseId,
447
	 * transferWarehouseId); } catch (TTransportException e) {
439
	 * transferWarehouseId); } catch (TTransportException e) {