IDEMPIERE-698 AssetInvoiceWithMixedLines_LRO not translated.

This commit is contained in:
Heng Sin Low 2013-03-07 07:38:13 +08:00
parent d9657671d5
commit 5b2f4a18e5
1 changed files with 1 additions and 1 deletions

View File

@ -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@");
} }
} }