X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep704.php;h=443ac0715911222cd17c58d6a47c33fda0225a48;hb=a31195793c023906ab5da62f06ab84aefed445c3;hp=45ed714ab2fefdc31dba4353863449810b7d8055;hpb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;p=fa-stable.git diff --git a/reporting/rep704.php b/reporting/rep704.php index 45ed714a..443ac071 100644 --- a/reporting/rep704.php +++ b/reporting/rep704.php @@ -49,7 +49,7 @@ function print_GL_transactions() $orientation = $_POST['PARAM_7']; $destination = $_POST['PARAM_8']; } - else if ($dim == 1) + elseif ($dim == 1) { $dimension = $_POST['PARAM_4']; $comments = $_POST['PARAM_5']; @@ -71,8 +71,7 @@ function print_GL_transactions() $rep = new FrontReport(_('GL Account Transactions'), "GLAccountTransactions", user_pagesize(), 9, $orientation); $dec = user_price_dec(); - //$cols = array(0, 80, 100, 150, 210, 280, 340, 400, 450, 510, 570); - $cols = array(0, 65, 105, 125, 175, 230, 290, 345, 405, 465, 525); + $cols = array(0, 65, 105, 125, 175, 230, 272, 345, 405, 465, 525); //------------0--1---2---3----4----5----6----7----8----9----10------- //-----------------------dim1-dim2----------------------------------- //-----------------------dim1---------------------------------------- @@ -99,7 +98,7 @@ function print_GL_transactions() 4 => array('text' => _('Dimension')." 2", 'from' => get_dimension_string($dimension2), 'to' => '')); } - else if ($dim == 1) + elseif ($dim == 1) { $params = array( 0 => $comments, 1 => array('text' => _('Period'), 'from' => $from, 'to' => $to), @@ -201,4 +200,3 @@ function print_GL_transactions() $rep->End(); } -?> \ No newline at end of file