IDEMPIERE-698 AssetInvoiceWithMixedLines_LRO not translated.
This commit is contained in:
parent
d9657671d5
commit
5b2f4a18e5
|
@ -16,6 +16,6 @@ public class AssetInvoiceWithMixedLines_LRO extends AssetException {
|
||||||
private static final long serialVersionUID = 7477049497754422353L;
|
private static final long serialVersionUID = 7477049497754422353L;
|
||||||
|
|
||||||
public AssetInvoiceWithMixedLines_LRO() {
|
public AssetInvoiceWithMixedLines_LRO() {
|
||||||
super("No new bills that contain both fixed and normal products");
|
super("@AssetInvoiceWithMixedLines@");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue