OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 181 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 181 Rev 183
Line 132... Line 132...
132
        rowVals.put("ID_MODE_REGLEMENT", rowValsMdr);
132
        rowVals.put("ID_MODE_REGLEMENT", rowValsMdr);
133
    }
133
    }
134
 
134
 
135
    @Override
135
    @Override
136
    protected List<RowAction> getAdditionnalRowActions() {
136
    protected List<RowAction> getAdditionnalRowActions() {
137
        return new MouseSheetXmlListeListener(VenteFactureXmlSheet.class).getRowActions();
137
        return new MouseSheetXmlListeListener(this.eltFact, VenteFactureXmlSheet.class).getRowActions();
138
    }
138
    }
139
 
139
 
140
}
140
}