Added multiple labor rates to employees
IO-548
This commit is contained in:
@@ -35,11 +35,9 @@ const EmployeeSearchSelect = (
|
||||
key={o.id}
|
||||
value={o.id}
|
||||
search={`${o.employee_number} ${o.first_name} ${o.last_name}`}
|
||||
discount={o.discount}
|
||||
>
|
||||
<Space>
|
||||
{`${o.employee_number} ${o.first_name} ${o.last_name}`}
|
||||
<Tag color="blue">{o.cost_center}</Tag>
|
||||
|
||||
<Tag color="green">
|
||||
{o.flat_rate
|
||||
|
||||
Reference in New Issue
Block a user