Skip to content

Commit

Permalink
Fix: [ bug #1039 ] Pre-defined invoices conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
simnandez committed Aug 23, 2013
1 parent 20d3496 commit c242d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Fix: Fix bug with canvas thirdparty
Fix: [ bug #1037 ] Consumption> Supplier invoices related
Fix: User group name do not display in card (view or edit mode)
Fix: Link "Show all supplier invoice" on suplier card not working

Fix: [ bug #1039 ] Pre-defined invoices conversion

***** ChangeLog for 3.4 compared to 3.3.* *****
For users:
Expand Down
5 changes: 3 additions & 2 deletions htdocs/compta/facture/fiche-rec.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro>
* Copyright (C) 2013 Juanjo Menent <jmenent@2byte.es>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -115,7 +116,7 @@
{
print_fiche_titre($langs->trans("CreateRepeatableInvoice"));

$object = new FactureRec($db); // Source invoice
$object = new Facture($db); // Source invoice
$product_static = new Product($db);

if ($object->fetch($id) > 0)
Expand Down

0 comments on commit c242d66

Please sign in to comment.