Update database_transaction_edit.php

This commit is contained in:
FusionPBX 2018-02-13 09:24:59 -07:00 committed by GitHub
parent 812b2378bb
commit 9aba557208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -86,12 +86,12 @@
}
//get the type if not provided
//if (strlen($transaction_old) > 4) {
// $transaction_type = 'add';
//}
//else {
// $transaction_type = 'update';
//}
if (strlen($transaction_old) > 4) {
$transaction_type = 'add';
}
else {
$transaction_type = 'update';
}
//show the header
require_once "resources/header.php";