Commit aa3f5545b30060410eb4876bdcae1575dcf052df

Authored by Eric Fernandez
1 parent 1bf6403d2a
Exists in master

espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -12,7 +12,7 @@ angular.module('focaConfiguracion', ['ngStorage'])
12 12 });
13 13 }
14 14  
15   - if(!$cookies.get('puntoVenta') && $localStorage.terminalKey) {
  15 + if (!$cookies.get('puntoVenta') && $localStorage.terminalKey) {
16 16 focaConfiguracionService.getPuntoVenta().then(function(res) {
17 17  
18 18 $cookies.put('puntoVenta', res.data);