projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf786ee
)
Parse error after last changes in bank_transfer.php
author
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Wed, 4 May 2011 14:54:40 +0000
(16:54 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Wed, 4 May 2011 14:54:40 +0000
(16:54 +0200)
gl/bank_transfer.php
patch
|
blob
|
history
diff --git
a/gl/bank_transfer.php
b/gl/bank_transfer.php
index 1f7cbe3efec1c028b345f3254ebced02e8fda0b7..a4866002f03135947b2d6bf8cb7926d20c670b6e 100644
(file)
--- a/
gl/bank_transfer.php
+++ b/
gl/bank_transfer.php
@@
-134,7
+134,7
@@
function check_valid_entries()
$amnt_tr = input_num('charge') + input_num('amount');
- if ($limit != null && ($limit < $amnt_tr))
)
+ if ($limit != null && ($limit < $amnt_tr))
{
display_error(sprintf(_("The total bank amount exceeds allowed limit (%s) for source account."), price_format($limit)));
set_focus('amount');