projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c6d923
)
Certain newer versions of MySql could not fix empty numeric values.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 3 Jan 2013 15:07:18 +0000
(16:07 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 3 Jan 2013 15:07:18 +0000
(16:07 +0100)
gl/includes/ui/gl_bank_ui.inc
patch
|
blob
|
history
diff --git
a/gl/includes/ui/gl_bank_ui.inc
b/gl/includes/ui/gl_bank_ui.inc
index 5c262eaf83c945e4707503d814bf4fa3ebc8f6dd..b5cedd6ec6e01fe8abbbd0d1d9515befb063cb9f 100644
(file)
--- a/
gl/includes/ui/gl_bank_ui.inc
+++ b/
gl/includes/ui/gl_bank_ui.inc
@@
-114,7
+114,7
@@
function display_bank_header(&$order)
else
unset($_POST['bank_account']);
}
- bank_accounts_list_row( $payment ? _("From:") : _("
T
o:"), 'bank_account', null, true);
+ bank_accounts_list_row( $payment ? _("From:") : _("
Int
o:"), 'bank_account', null, true);
if ($payment)
bank_balance_row($_POST['bank_account']);