Skip to content

Ability to select any requested by on purchase order requested #665

Description

@andrewfraser73

need ability to create requested by as anyone when you setup a new purchase order

current only options are yourself, or a vendor manager

const getDistinctVendorManagers = () => {
const distinctUserNumbers = [...new Set(vendorManagers.map(x => x.userNumber))];
const distinctVendorManagers = distinctUserNumbers.map(e =>
vendorManagers.find(v => v.userNumber === e)
);
return distinctVendorManagers.map(v => ({
id: v.userNumber.toString(),
displayText: v.name
}));
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions