feat: Adds ability to toggle an employee's active status (#3)
Reviewed-on: #3
This commit is contained in:
@@ -128,8 +128,8 @@ public extension PurchaseOrder {
|
||||
/// given parameters.
|
||||
enum SearchContext: Sendable, Equatable {
|
||||
case customer(String)
|
||||
case vendor(VendorBranch.ID)
|
||||
case employee(Employee.ID)
|
||||
case vendor(VendorBranch.ID)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user