소스 검색

ajuste de tipo de datos para productos

robert2206 8 년 전
부모
커밋
79c30d37f6
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/pages/product-details/product-details.ts

+ 3 - 3
src/pages/product-details/product-details.ts

@@ -14,9 +14,9 @@ export class ProductDetailsPage {
 
     product = {
         company_id: 0,
-        default_code: false,
-        description: false,
-        ean13: false,
+        default_code: null,
+        description: null,
+        ean13: null,
         image_medium: null,
         image_small: null,
         name: null,