You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
382 B
7 lines
382 B
let {dateadded, coffeetype, brand, roast, strength, theme, country} = input;
|
|
const {globalFunc} = customJS
|
|
const DataType = 'Coffee'
|
|
//let templacetype = globalFunc.Get1stArg(placetype)
|
|
|
|
return globalFunc.getTable(dv, DataType, ["note written", "type of coffee", "brand", "roast", "strength", "notes", "country"], [dateadded, coffeetype, brand, roast, strength, theme, country], 0)
|