Subversion Repositories SmartDukaan

Rev

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

Rev 5586 Rev 5712
Line 590... Line 590...
590
	
590
	
591
	i64 getVoucherAmount(1:i64 itemId, 2:i64 voucherType),
591
	i64 getVoucherAmount(1:i64 itemId, 2:i64 voucherType),
592
	
592
	
593
	list<VoucherItemMapping> getAllItemVouchers(1:i64 itemId),
593
	list<VoucherItemMapping> getAllItemVouchers(1:i64 itemId),
594
	
594
	
595
	bool isValidCatalogItemId(1:i64 catalog_item_id)
595
	bool isValidCatalogItemId(1:i64 catalog_item_id),
-
 
596
 
-
 
597
    void updateVendorString(1:i64 warehouseId, 2:string vendorString);
596
}
598
}