Bug 32752: Add new status Circulating, Out for binding, and Bound to includes
To test with the next patch that allows to set the new status. Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
b7afb8e8a2
commit
219a4cbe67
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
[% IF ( serial.status1 ) %]<span>Expected</span>[% END %]
|
||||
[% IF ( serial.status2 ) %]<span>Arrived</span>[% END %]
|
||||
[% IF ( serial.status21 ) %]<span>Circulating</span>[% END %]
|
||||
[% IF ( serial.status22 ) %]<span>Out for binding</span>[% END %]
|
||||
[% IF ( serial.status23 ) %]<span>Bound</span>[% END %]
|
||||
[% IF ( serial.status3 ) %]<span>Late</span>[% END %]
|
||||
[% IF ( serial.status4 ) %]<span>Missing</span>[% END %]
|
||||
[% IF ( serial.status41 ) %]<span>Missing (never received)</span>[% END %]
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[% IF ( serial.status1 ) %]<span>Expected</span>[% END %]
|
||||
[% IF ( serial.status2 ) %]<span>Arrived</span>[% END %]
|
||||
[% IF ( serial.status21 ) %]<span>Circulating</span>[% END %]
|
||||
[% IF ( serial.status22 ) %]<span>Out for binding</span>[% END %]
|
||||
[% IF ( serial.status23 ) %]<span>Bound</span>[% END %]
|
||||
[% IF ( serial.status3 ) %]<span>Late</span>[% END %]
|
||||
[% IF ( serial.status4 ) %]<span>Missing</span>[% END %]
|
||||
[% IF ( serial.status41 ) %]<span>Missing (never received)</span>[% END %]
|
||||
|
|
Loading…
Reference in a new issue