Skip to content

Commit

Permalink
Merge pull request #1850 from braito4/patch-1
Browse files Browse the repository at this point in the history
Update fiche.php
  • Loading branch information
eldy committed Sep 2, 2014
2 parents 17dec4b + f588374 commit 0bc511a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions htdocs/fourn/facture/fiche.php
Expand Up @@ -1320,6 +1320,16 @@
$form->select_types_paiements(isset($_POST['mode_reglement_id'])?$_POST['mode_reglement_id']:$mode_reglement_id,'mode_reglement_id');
print '</td></tr>';

// Project
if (! empty($conf->projet->enabled)) {
$formproject = new FormProjets($db);

$langs->load('projects');
print '<tr><td>' . $langs->trans('Project') . '</td><td colspan="2">';
$formproject->select_projects($soc->id, $projectid, 'projectid');
print '</td></tr>';
}

// Public note
print '<tr><td>'.$langs->trans('NotePublic').'</td>';
print '<td>';
Expand Down

0 comments on commit 0bc511a

Please sign in to comment.