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:
5d03c2c
)
NEW LINE BUG IN INVENTORY LOCATION TRANSFER. Fixed by @detkenn.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 6 Aug 2021 12:29:05 +0000
(14:29 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 6 Aug 2021 12:29:05 +0000
(14:29 +0200)
inventory/transfers.php
patch
|
blob
|
history
diff --git
a/inventory/transfers.php
b/inventory/transfers.php
index 3cbc3c2c45d23478fde69917cb7844794322c9ee..329925ee79f31bd1923b32367769f24a32ccdac8 100644
(file)
--- a/
inventory/transfers.php
+++ b/
inventory/transfers.php
@@
-191,6
+191,7
@@
function handle_new_item()
if (!isset($_POST['std_cost']))
$_POST['std_cost'] = 0;
add_to_order($_SESSION['transfer_items'], $_POST['stock_id'], input_num('qty'), $_POST['std_cost']);
+ unset($_POST['stock_id']);
line_start_focus();
}