1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-12 00:17:07 +01:00
openstamanager/plugins/statistiche_articoli/js/prezzo.js
2020-02-14 17:02:16 +01:00

8 lines
175 B
JavaScript
Executable File

class Prezzo extends Table {
constructor(calendar, id, direzione){
super(calendar, "manage_prezzi.php", {
direzione: direzione
}, id);
}
}