Skip to content

Commit

Permalink
Merge pull request #1091 from k7hpn/fix/hold-slip-generation
Browse files Browse the repository at this point in the history
Hold slip generation w/out receiving packing slip
  • Loading branch information
k7hpn committed Feb 13, 2024
2 parents 08b240c + 1f63f1a commit 9749618
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Overall goal to "Community Reading Goal" so it works for all seasons
- Changed display of "Program" on the participant side to "Age Group"
- Book title and author now display in user history if provided
- Allow hold slip generation without marking vendor packing slip as received

## Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</td>
</tr>
}
@if (Model.CanViewDetails && !Model.CanBeReceived)
@if (Model.CanViewDetails)
{
<tr class="hidden-print">
<th>Hold slips</th>
Expand Down
2 changes: 1 addition & 1 deletion src/GRA.Web/GRA.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Company>Maricopa County Library District</Company>
<Copyright>Copyright 2017 Maricopa County Library District</Copyright>
<Description>The Great Reading Adventure is an open-source tool for managing dynamic library reading programs.</Description>
<FileVersion>4.4.1.30</FileVersion>
<FileVersion>4.4.1.31</FileVersion>
<OutputType>Exe</OutputType>
<PackageId>GRA.Web</PackageId>
<PackageLicenseUrl>https://github.com/mcld/greatreadingadventure/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit 9749618

Please sign in to comment.