|
|
@@ -238,7 +238,7 @@
|
|
|
// [items addObject:fixedItem];
|
|
|
[items addObject:self.btnSign];
|
|
|
// [items addObject:fixedItem];
|
|
|
- if (appDelegate.user_type != USER_ROLE_CUSTOMER) {
|
|
|
+ if ((appDelegate.user_type == USER_ROLE_CUSTOMER && appDelegate.customer_type == CustomerTypeCustomer) || appDelegate.user_type == USER_ROLE_EMPLOYEE) {
|
|
|
[items addObject:self.btnCopy];
|
|
|
}
|
|
|
|