Bug 21087: Hash passwords in ->update_password
[koha-ffzg.git] / t / db_dependent / AdditionalField.t
index 59620b8..93121db 100644 (file)
@@ -125,6 +125,7 @@ my $budget_id = AddBudget({
 my $frequency_id = AddSubscriptionFrequency({ description => "Test frequency 1" });
 my $pattern_id = AddSubscriptionNumberpattern({
     label => 'Test numberpattern 1',
+    description => 'Description for numberpattern 1',
     numberingmethod => '{X}'
 });