Skip to content

Commit

Permalink
- Issue #36: The SysConfLink CURRENCYBASE has wrong annotation
Browse files Browse the repository at this point in the history
closes #36
  • Loading branch information
Jan Moxter committed Mar 24, 2016
1 parent a764df9 commit 67731c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/efaps/ESJP/org/efaps/esjp/erp/util/ERP.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import org.efaps.admin.program.esjp.EFapsApplication;
import org.efaps.admin.program.esjp.EFapsUUID;
import org.efaps.api.annotation.EFapsSysConfAttribute;
import org.efaps.api.annotation.EFapsSysConfLink;
import org.efaps.api.annotation.EFapsSystemConfiguration;
import org.efaps.esjp.admin.common.systemconfiguration.PropertiesSysConfAttribute;
import org.efaps.esjp.admin.common.systemconfiguration.StringSysConfAttribute;
Expand Down Expand Up @@ -184,7 +185,7 @@ public final class ERP
.description(" Key: Normally the type name");

/** See description. */
@EFapsSysConfAttribute
@EFapsSysConfLink
public static final SysConfLink CURRENCYBASE = new SysConfLink()
.sysConfUUID(SYSCONFUUID)
.key(BASE + "CurrencyBase")
Expand Down

0 comments on commit 67731c4

Please sign in to comment.