drewpayment / verostack-archived

Verostack (Payment Group) Web Application (Angular 7/Laravel 5.7)
https://verostack.dev
1 stars 1 forks source link

When adding overrides for an employee, all available agents aren't showing #11

Closed drewpayment closed 5 years ago

drewpayment commented 5 years ago

On the overrides modal during the payroll building process, if you're trying to add overrides, the list isn't populating the entire list of agents available for that particular employee.

Need to make sure that all agents are shown for the currently selected employee that you're adding overrides for.

drewpayment commented 5 years ago

Just updated this to use the client_id field and directly query the agent table since we've added a client_id column to that table at this point.