update typos
This commit is contained in:
parent
0de6939a2c
commit
4ec4ff696b
2 changed files with 2 additions and 3 deletions
|
|
@ -192,7 +192,7 @@ public class InvoicePlugin extends AbstractPlugin {
|
||||||
if (!period.matches(regex)) {
|
if (!period.matches(regex)) {
|
||||||
// throw a plugin exception - because name is missing!
|
// throw a plugin exception - because name is missing!
|
||||||
throw new PluginException(InvoicePlugin.class.getName(), ERROR_MISSING_DATA,
|
throw new PluginException(InvoicePlugin.class.getName(), ERROR_MISSING_DATA,
|
||||||
"Eingabefehler - Bitte geben Sie ein gültige Buchungsperiode ein!");
|
"Eingabefehler - Bitte geben Sie eine gültige Buchungsperiode ein! Prüfen Sie auch die Spalte BP in der Positionstabelle.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,7 @@
|
||||||
*</span></th>
|
*</span></th>
|
||||||
<th style="width: 100px;">Leistungsart<span
|
<th style="width: 100px;">Leistungsart<span
|
||||||
class="imixs-required"> *</span></th>
|
class="imixs-required"> *</span></th>
|
||||||
<th style="width: 80px;">BP<span
|
<th style="width: 80px;">BP</th>
|
||||||
class="imixs-required"> *</span></th>
|
|
||||||
<th style="width: 150px; text-align: right;">Netto</th>
|
<th style="width: 150px; text-align: right;">Netto</th>
|
||||||
<th style="width: 150px; text-align: right;">Brutto</th>
|
<th style="width: 150px; text-align: right;">Brutto</th>
|
||||||
<th style="">
|
<th style="">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue