Subversion Repositories SmartDukaan

Rev

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

Rev 18977 Rev 19182
Line 662... Line 662...
662
	Address getBillingAddressForUser(1:i64 userId)
662
	Address getBillingAddressForUser(1:i64 userId)
663
	
663
	
664
	bool isCreditorAssigned(1:i64 userId)
664
	bool isCreditorAssigned(1:i64 userId)
665
	
665
	
666
	bool isTaxInvoiceEnabledUser(1:i64 userId)
666
	bool isTaxInvoiceEnabledUser(1:i64 userId)
-
 
667
 
-
 
668
	bool taxInvoiceAvailable(1:i64 addressId)
667
	
669
	
668
	map<i64, list<Line>> getCartByValue(1:list<i64> cartIds)
670
	map<i64, list<Line>> getCartByValue(1:list<i64> cartIds)
669
}
671
}
670
672