Adding VIES recheck workflow and tests.

This commit is contained in:
Martin Kamerbeek 2009-12-15 22:59:54 +01:00
parent f582bfd99e
commit e88b0ca0d7
6 changed files with 313 additions and 7 deletions

View file

@ -0,0 +1,14 @@
package WebGUI::i18n::English::Activity_RecheckVATNumber;
use strict;
our $I18N = {
'topicName' => {
message => q|Recheck VAT number|,
lastUpdated => 0,
context => q|Title of the VAT number recheck workflow activity|,
},
};
1;

View file

@ -9,7 +9,8 @@ our $I18N = {
},
'vies unavailable' => {
message => q|Number validation currently not available. Check later.|,
message => q|Number validation is currently not available. Your number will be rechecked automatically
after some time.|,
lastUpdated => 0,
context => q|An error message|,
},