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 48... Line 48...
48
        rowVals.put("T_POIDS", row.getObject("T_POIDS"));
48
        rowVals.put("T_POIDS", row.getObject("T_POIDS"));
49
    }
49
    }
50
 
50
 
51
    @Override
51
    @Override
52
    protected List<RowAction> getAdditionnalRowActions() {
52
    protected List<RowAction> getAdditionnalRowActions() {
53
        return new MouseSheetXmlListeListener(CommandeClientXmlSheet.class).getRowActions();
53
        return new MouseSheetXmlListeListener(this.eltCmd, CommandeClientXmlSheet.class).getRowActions();
54
    }
54
    }
55
 
55
 
56
}
56
}