Skip to content

Commit

Permalink
Merge pull request #1621 from marcosgdf/bug-1388
Browse files Browse the repository at this point in the history
Fix: [ bug #1388 ] Wrong date when invoicing several orders
  • Loading branch information
eldy committed May 23, 2014
2 parents 43bf9ba + 0d121de commit 2c05146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -118,6 +118,7 @@ Fix: [ bug #1306 ] Fatal error when adding an external calendar.
New: Added es_CL language
Fix: Margin tabs bad data show
Fix: [ bug #1318 ] Problem with enter key when adding an existing product to a customer invoice.
Fix: [ bug #1388 ] Wrong date when invoicing several orders

***** ChangeLog for 3.5 compared to 3.4.* *****
For users:
Expand Down
2 changes: 1 addition & 1 deletion htdocs/commande/orderstoinvoice.php
Expand Up @@ -413,7 +413,7 @@

// Date invoice
print '<tr><td class="fieldrequired">'.$langs->trans('Date').'</td><td colspan="2">';
$html->select_date(0,'','','','',"add",1,1);
$html->select_date('','','','','',"add",1,1);
print '</td></tr>';
// Payment term
print '<tr><td class="nowrap">'.$langs->trans('PaymentConditionsShort').'</td><td colspan="2">';
Expand Down

0 comments on commit 2c05146

Please sign in to comment.