Skip to content

Commit

Permalink
refactor(report): stock entry whitespace issues
Browse files Browse the repository at this point in the history
Resolves the whitespace issues in the stock entry report.
  • Loading branch information
jniles committed May 13, 2020
1 parent f95a78f commit 1e77e09
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions server/controllers/stock/reports/stock_entry.report.handlebars
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
{{> head title="REPORT.STOCK.ENTRY_REPORT" }}

<body>

<div class="container">
<body class="container-fluid">
{{> header}}

<!-- body -->
<div class="row">
<div class="col-xs-12">

<!-- page title -->
<h2 class="text-center">
<h3 class="text-center">
{{translate 'REPORT.STOCK.ENTRY_REPORT'}}
</h2>
</h3>

<h1 class="text-center">
{{ depotName }}
</h1>
<h2 class="text-center"> {{ depotName }} </h2>

<h4 class="text-center">
{{date dateFrom}} - {{date dateTo}}
</h4>
<h5 class="text-center"> {{date dateFrom}} - {{date dateTo}} </h5>

<br/>

Expand Down Expand Up @@ -211,6 +205,4 @@
{{/if}}
</div>
</div>

</div>
</body>

0 comments on commit 1e77e09

Please sign in to comment.