Sfoglia il codice sorgente

[Produits] ProductFamily : champs subtitle en text

packProduct
Guillaume 3 anni fa
parent
commit
e5783891cc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Model/Product/ProductFamilyModel.php

+ 1
- 1
Model/Product/ProductFamilyModel.php Vedi File

@@ -101,7 +101,7 @@ abstract class ProductFamilyModel extends AbstractFullEntity implements ProductP
protected $products;

/**
* @ORM\Column(type="string", length=255, nullable=true)
* @ORM\Column(type="text", nullable=true)
*/
protected $subtitle;


Loading…
Annulla
Salva