Commit 79da0a8fc606029ba6c88df9fcc1be5040fc3f27
1 parent
81dc2dfae2
Exists in
master
Borrado metodo.
Showing
1 changed file
with
0 additions
and
9 deletions
Show diff stats
src/app/components/sidebar/sidebar.component.ts
... | ... | @@ -78,15 +78,6 @@ export class SidebarComponent implements OnInit { |
78 | 78 | return; |
79 | 79 | } |
80 | 80 | |
81 | - esPersonalizable(producto: Producto) { | |
82 | - | |
83 | - var esPersonalizable: boolean = false; | |
84 | - if (producto.tieneSinonimos) | |
85 | - esPersonalizable = true; | |
86 | - | |
87 | - return esPersonalizable; | |
88 | - } | |
89 | - | |
90 | 81 | personalizarPromo(producto: Producto, index) { |
91 | 82 | |
92 | 83 | this.productoService.productoAcargar = producto; |