Skip to content

Commit

Permalink
remove ID svn lines
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDaintree committed Mar 3, 2018
1 parent 52e72f9 commit b1f0128
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion includes/GLPostingsZero.inc
@@ -1,6 +1,5 @@
<?php

/* $Id: GLPostings.inc 6945 2014-10-27 07:20:48Z daintree $*/

/* This file contains the code to post GL transactions.
Expand Down
1 change: 0 additions & 1 deletion includes/PDFCOAHeader.inc
@@ -1,5 +1,4 @@
<?php
/* $Id: PDFCOAHeader.inc 1 2014-09-15 06:31:08Z agaluski $ */

if ($PageNumber>1){
$pdf->newPage();
Expand Down
1 change: 0 additions & 1 deletion includes/PDFPeriodStockTransListingPageHeader.inc
@@ -1,5 +1,4 @@
<?php
/* $Id: PDFPeriodStockTransListingPageHeader.inc 4307 2010-12-22 16:06:03Z tim_schofield $*/

if ($PageNumber>1){
$pdf->newPage();
Expand Down
1 change: 0 additions & 1 deletion includes/PDFProdSpecHeader.inc
@@ -1,5 +1,4 @@
<?php
/* $Id: PDFProdSpecHeader.inc 1 2014-09-15 06:31:08Z agaluski $ */

if ($PageNumber>1){
$pdf->newPage();
Expand Down
1 change: 0 additions & 1 deletion includes/PDFSellThroughSupportClaimPageHeader.inc
@@ -1,5 +1,4 @@
<?php
/* $Id: PDFSellThroughSupportPageHeader.inc 3686 2010-08-07 16:27:37Z tim_schofield $*/
/*PDF page header for inventory valuation report */
if ($PageNumber>1){
$pdf->newPage();
Expand Down
1 change: 0 additions & 1 deletion includes/PDFWOPageHeader.inc
@@ -1,5 +1,4 @@
<?php
/* $Id: PDFWOPageHeader.inc */

if ($PageNumber>1){
$pdf->newPage();
Expand Down

0 comments on commit b1f0128

Please sign in to comment.