Bug 17314: Make TestBuilder set good defaults for Suggestions
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
16e988301c
commit
370a79648d
1 changed files with 4 additions and 0 deletions
|
@ -595,6 +595,10 @@ sub _gen_default_values {
|
|||
BorrowerAttributeType => {
|
||||
mandatory => 0,
|
||||
},
|
||||
Suggestion => {
|
||||
suggesteddate => dt_from_string()->ymd,
|
||||
STATUS => 'ASKED'
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue