Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/Modules/Module Subscription/src/org/openconcerto/modules/subscription/element/SubscriptionSQLElement.java |
---|
8,7 → 8,7 |
import org.openconcerto.erp.core.common.element.ComptaSQLConfElement; |
import org.openconcerto.sql.element.SQLComponent; |
import org.openconcerto.utils.CollectionMap; |
import org.openconcerto.utils.ListMap; |
public class SubscriptionSQLElement extends ComptaSQLConfElement { |
37,8 → 37,8 |
} |
@Override |
public CollectionMap<String, String> getShowAs() { |
return CollectionMap.singleton(null, "NUMERO"); |
public ListMap<String, String> getShowAs() { |
return ListMap.singleton(null, "NUMERO"); |
} |
@Override |