Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Jeff Harr: DeliveryDetails.php: Sales Order required date not reflect…
…ed in Work Order.

Reported in the forums: http://www.weberp.org/forum/newreply.php?tid=8134
  • Loading branch information
TurboPT committed Mar 17, 2018
1 parent 02b2122 commit d58fb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeliveryDetails.php
Expand Up @@ -503,7 +503,7 @@
VALUES ('" . $WONo . "',
'" . $_SESSION['DefaultFactoryLocation'] . "',
'" . Date('Y-m-d') . "',
'" . Date('Y-m-d'). "')",
'" . FormatDateForSQL($StockItem->ItemDue) . "')",
$ErrMsg,
$DbgMsg,
true);
Expand Down

0 comments on commit d58fb96

Please sign in to comment.