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:
c237573
)
Fixed a small bug in cost update.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 27 Jan 2013 14:38:22 +0000
(15:38 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 27 Jan 2013 14:38:22 +0000
(15:38 +0100)
inventory/cost_update.php
patch
|
blob
|
history
diff --git
a/inventory/cost_update.php
b/inventory/cost_update.php
index e16594b383d75df3d7a1e895210e0113befb6b0e..ced20387db19f6a48fd5ef5791bb48766ee0d7f9 100644
(file)
--- a/
inventory/cost_update.php
+++ b/
inventory/cost_update.php
@@
-74,7
+74,7
@@
if (isset($_POST['UpdateData']))
if ($update_no > 0)
{
- display_notification(get_gl_view_str(ST_COSTUPDATE, $update_no, _("View the GL Journal Entries for this Cost Update"))
, 0, 1
);
+ display_notification(get_gl_view_str(ST_COSTUPDATE, $update_no, _("View the GL Journal Entries for this Cost Update")));
}
}