Skip to content

Commit

Permalink
Merge pull request #75 from bcgov/SPR-167-Supplier-to-Vendor
Browse files Browse the repository at this point in the history
SPR-167 Change Supplier to Vendor in UI
  • Loading branch information
dbarkowsky authored Jul 5, 2023
2 parents 325dcc7 + 190a83d commit cc1b97a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/components/custom/tables/PurchaseTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const PurchaseTable = (props: PurchaseTableProps) => {
<TableHead>
<TableRow>
<HeaderCell>#</HeaderCell>
<HeaderCell>Supplier</HeaderCell>
<HeaderCell>Vendor</HeaderCell>
<HeaderCell>Purchase Date</HeaderCell>
<HeaderCell>Cost</HeaderCell>
<HeaderCell>Receipt</HeaderCell>
Expand Down
4 changes: 2 additions & 2 deletions app/src/components/custom/tables/RequestsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ const RequestsTable = (props: RequestTableProps) => {
/>
</HeaderCell>
<HeaderCell>
Suppliers
Vendors
<SortButton
id='suppliers'
currentValue={dataManipulator.suppliers.sort}
Expand All @@ -508,7 +508,7 @@ const RequestsTable = (props: RequestTableProps) => {
id='suppliers'
variant='standard'
name='suppliers'
aria-label='Suppliers Filter Field'
aria-label='Vendors Filter Field'
aria-description='Enter text here to filter the table data.'
sx={{
...filterStyle,
Expand Down

0 comments on commit cc1b97a

Please sign in to comment.