Commit 16147d25ad3b4f35a3442486decefb71370df762
Exists in
master
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !33
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -520,7 +520,7 @@ angular.module('focaCrearFactura').controller('facturaController', [ |
520 | 520 | crearFuncionesProductos(producto); |
521 | 521 | }); |
522 | 522 | |
523 | - $scope.botoneraProductos.push({ | |
523 | + $scope.botonera.push({ | |
524 | 524 | label: 'Ultimos despachos', |
525 | 525 | image: 'ultimos-despachos.png', |
526 | 526 | imageDefault: 'productoDefault.png' |