Skip to content

Commit

Permalink
Bug botão imprimir lançamento
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltonbruce committed May 9, 2014
1 parent 962f5b0 commit 18774ce
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 82 deletions.
53 changes: 53 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"vars": {},
"css": [
"print.less",
"type.less",
"code.less",
"grid.less",
"tables.less",
"forms.less",
"buttons.less",
"glyphicons.less",
"button-groups.less",
"input-groups.less",
"navs.less",
"navbar.less",
"breadcrumbs.less",
"pagination.less",
"pager.less",
"labels.less",
"badges.less",
"jumbotron.less",
"thumbnails.less",
"alerts.less",
"progress-bars.less",
"media.less",
"list-group.less",
"panels.less",
"wells.less",
"close.less",
"component-animations.less",
"dropdowns.less",
"tooltip.less",
"popovers.less",
"modals.less",
"carousel.less",
"utilities.less",
"responsive-utilities.less"
],
"js": [
"alert.js",
"button.js",
"carousel.js",
"dropdown.js",
"modal.js",
"tooltip.js",
"popover.js",
"tab.js",
"affix.js",
"collapse.js",
"scrollspy.js",
"transition.js"
]
}
3 changes: 2 additions & 1 deletion views/tesouraria/tabDizimosOfertas.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
$dizmista->dizimistas($roligreja,$apagarEntrada,$dia,$mes,$ano,$_GET['rec']);
//echo '<h1>Teste2</h1>';
}
$linkResumo = 'rec='.$_GET['rec'].'&igreja='.$_GET['igreja'].'&ano='.$_GET['ano'].'&mes='.$_GET['mes'].'&dia='.$_GET['dia'];
$linkResumo = 'rec='.$_GET['rec'].'&igreja='.$_GET['igreja'].'&ano='.$_GET['ano'].'&mes='.$_GET['mes'];
$linkResumo .='&rol='.$_GET['rol'].'&nome='.$_GET['nome'].'&dia='.$_GET['dia'];
?>
</table>
<?php
Expand Down
81 changes: 0 additions & 81 deletions views/tesouraria/tabDizimosOfertas.php~

This file was deleted.

0 comments on commit 18774ce

Please sign in to comment.