comparison app/store/DatensatzErzeuger.js @ 1007:23bfcbdb4527

merged.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 20 Jan 2016 17:33:33 +0100
parents 15d8c64049d1
children 3b4dcc83a21b
comparison
equal deleted inserted replaced
1002:54179b6043b6 1007:23bfcbdb4527
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU GPL (v>=3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out
6 * the documentation coming with IMIS-Labordaten-Application for details.
7 */
8
9 /**
10 * Store for DatensatzErzeuger Stammdaten
11 */
12 Ext.define('Lada.store.DatensatzErzeuger', {
13 extend: 'Ext.data.Store',
14 model: 'Lada.model.DatensatzErzeuger',
15 });

http://lada.wald.intevation.org