Commit b39fd751da10663cd79a0f42b76119ba482e9af6
1 parent
6762502625
Exists in
master
fueloder
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/partials/viewCompany/viewCompany.html
... | ... | @@ -323,7 +323,7 @@ |
323 | 323 | </div> |
324 | 324 | <div class="pull-right"> |
325 | 325 | <button type="button" ng-click="sendMail()" class="btn btn-primary">Distribute Price to Company Contacts</button> |
326 | - <button type="button" class="btn btn-info" ui-sref="app.updateFuelManager">Setup Fuel</button> | |
326 | + <button type="button" class="btn btn-info" ng-click="setFuel()">Setup Fuel</button> | |
327 | 327 | </div> |
328 | 328 | <div class="clearfix"></div> |
329 | 329 | </div> | ... | ... |