omg this is working
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
function fillProductFromTemplate() {
|
||||
import { productTemplate } from "./productTemplate"
|
||||
|
||||
export function fillProductFromTemplate() {
|
||||
let row = SpreadsheetApp.getCurrentCell().getRow()
|
||||
productTemplate(row)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user