Minor fixes (#9)

This commit is contained in:
Niklas Fondberg
2021-08-12 10:40:42 +02:00
committed by GitHub
parent d17df41d86
commit 7047fe9851
5 changed files with 21 additions and 9 deletions
+5
View File
@@ -85,6 +85,11 @@ export interface ProductFields {
printFileWidth?: number;
printFileHeight?: number;
printFileDpi?: number;
// Below exists for Canvas frame in DB but in shop limits.php is used
// minHeight: number;
// minWidth: number;
// maxHeight: number;
// maxWidth: number;
}
export function getProductGroupStringFromString(group: string): string {