Subversion Repositories SmartDukaan

Rev

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

Rev 19589 Rev 21441
Line 24... Line 24...
24
	15:double cheapestBulkPrice,
24
	15:double cheapestBulkPrice,
25
	16:i64 packQuantity,
25
	16:i64 packQuantity,
26
	17:double netPriceAfterCashBack,
26
	17:double netPriceAfterCashBack,
27
	18:i64 showNetPrice,
27
	18:i64 showNetPrice,
28
	19:i64 category_id,
28
	19:i64 category_id,
29
	20:i64 subCategoryId
29
	20:i64 subCategoryId,
-
 
30
	21:string identifier
30
}
31
}
31
 
32
 
32
struct BulkItems{
33
struct BulkItems{
33
	1:i64 item_id,
34
	1:i64 item_id,
34
	2:bool showMrpFlag,
35
	2:bool showMrpFlag,