Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroziux committed Nov 7, 2015
2 parents c1a43b2 + 9a60d10 commit b223efd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/Http/Controllers/formapagoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class formapagoController extends Controller
*/
public function index()
{
//
//
$forma_pagos = formas_pago::all();
return view('app.finanzas.forma_pago.forma_pago_index', compact('forma_pagos'));
}
Expand Down

0 comments on commit b223efd

Please sign in to comment.