|
@@ -385,7 +385,7 @@
|
|
|
NSString* alertthreetitle=@"Without Thumbnails";
|
|
NSString* alertthreetitle=@"Without Thumbnails";
|
|
|
if(appDelegate.user_type==USER_ROLE_CUSTOMER&& (status_code==1 ||status_code==0))
|
|
if(appDelegate.user_type==USER_ROLE_CUSTOMER&& (status_code==1 ||status_code==0))
|
|
|
{
|
|
{
|
|
|
- alertthreetitle=@"Show Receipt";
|
|
|
|
|
|
|
+ alertthreetitle=@"Print Receipt";
|
|
|
}
|
|
}
|
|
|
UIAlertAction *alertthree = [UIAlertAction actionWithTitle:alertthreetitle style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
|
|
UIAlertAction *alertthree = [UIAlertAction actionWithTitle:alertthreetitle style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
|
|
|
|
|
|