|
|
@@ -515,7 +515,7 @@
|
|
|
qty = nil;
|
|
|
|
|
|
|
|
|
-#ifndef BUILD_HOMER
|
|
|
+#if !defined(BUILD_HOMER) && !defined(BUILD_GATIT)
|
|
|
NSString* price = [self.buttonPrice titleForState:UIControlStateNormal];
|
|
|
if(price.length==0 || [price isEqualToString:@"Click to select"])
|
|
|
price = nil;
|
|
|
@@ -543,7 +543,7 @@
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
-#ifndef BUILD_HOMER
|
|
|
+#if !defined(BUILD_HOMER) && !defined(BUILD_GATIT)
|
|
|
NSString* available = [self.buttonAvailability titleForState:UIControlStateNormal];
|
|
|
if(available.length==0 || [available isEqualToString:@"Click to select"])
|
|
|
available = nil;
|