-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated nuget packages and sales reps.
- Loading branch information
1 parent
872a4e9
commit 2920e7f
Showing
9 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -852,7 +852,9 @@ | |
<div class="col-md-6 mb-3"> | ||
<label for="sales">Sales Representative <span class="text-muted">(Optional)</span></label> | ||
<select asp-for="Cart.Order!.SalesEmail" class="custom-select mr-sm-2" id="sales"> | ||
@* Remember, also need to update these in Ops! *@ | ||
<option value="[email protected]">Support</option> | ||
<option value="[email protected]">Alan</option> | ||
<option value="[email protected]">Charlie</option> | ||
<option value="[email protected]">Dan</option> | ||
<option value="[email protected]">Domenic</option> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,6 +363,7 @@ | |
<div class="form-floating mb-3"> | ||
<select asp-for="Order.SalesEmail" class="form-select mr-sm-2" id="sales"> | ||
<option value="[email protected]">Support</option> | ||
<option value="[email protected]">Alan</option> | ||
<option value="[email protected]">Charlie</option> | ||
<option value="[email protected]">Dan</option> | ||
<option value="[email protected]">Domenic</option> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters