omg this is working
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
function productTemplate(row: number) {
|
||||
import { newSku } from "./newSku"
|
||||
import {
|
||||
getCellRangeByColumnName,
|
||||
getCellValueByColumnName,
|
||||
toastAndLog,
|
||||
vlookupByColumns,
|
||||
} from "./sheetUtils"
|
||||
|
||||
export function productTemplate(row: number) {
|
||||
let updateColumns = [
|
||||
"function",
|
||||
"type",
|
||||
|
||||
Reference in New Issue
Block a user