Circuits OK

Accounts Ok
Movements OK
This commit is contained in:
Paolo Arena
2022-09-14 11:31:48 +02:00
parent 44c75768c6
commit 25a60472ab
34 changed files with 299 additions and 119 deletions

View File

@@ -34,9 +34,9 @@ export const DB = {
}
export function allTables() {
const myarr = OtherTables
for (const tab of MainTables) {
for (const method of allMethod) {
const myarr = costanti.OtherTables
for (const tab of costanti.MainTables) {
for (const method of costanti.allMethod) {
myarr.push(method + tab)
}
}