CreditNote: Add footer text
This commit is contained in:
@ -163,7 +163,7 @@ namespace Elwig.Helpers {
|
||||
}
|
||||
|
||||
public static string FormatIban(string iban) {
|
||||
return Regex.Replace(iban, ".{4}", "$0 ");
|
||||
return Regex.Replace(iban.Trim(), ".{4}", "$0 ").Trim();
|
||||
}
|
||||
|
||||
public static void RunBackground(string title, Func<Task> a) {
|
||||
|
Reference in New Issue
Block a user