Subversion Repositories SmartDukaan

Rev

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

Rev 19182 Rev 19888
Line 666... Line 666...
666
	bool isTaxInvoiceEnabledUser(1:i64 userId)
666
	bool isTaxInvoiceEnabledUser(1:i64 userId)
667
 
667
 
668
	bool taxInvoiceAvailable(1:i64 addressId)
668
	bool taxInvoiceAvailable(1:i64 addressId)
669
	
669
	
670
	map<i64, list<Line>> getCartByValue(1:list<i64> cartIds)
670
	map<i64, list<Line>> getCartByValue(1:list<i64> cartIds)
-
 
671
	
-
 
672
	map<i64, string> getCounterName(1:list<i64> userIds)
-
 
673
 
671
}
674
}
672
675