Fix: Show lines details during creation
This commit is contained in:
parent
f36b78444b
commit
4939e2da4d
@ -1149,6 +1149,22 @@ if ($action == 'create')
|
|||||||
print '<br><center><input type="submit" class="button" name="bouton" value="'.$langs->trans('CreateDraft').'"></center>';
|
print '<br><center><input type="submit" class="button" name="bouton" value="'.$langs->trans('CreateDraft').'"></center>';
|
||||||
|
|
||||||
print "</form>\n";
|
print "</form>\n";
|
||||||
|
|
||||||
|
|
||||||
|
// Show origin lines
|
||||||
|
if (is_object($objectsrc))
|
||||||
|
{
|
||||||
|
print '<br>';
|
||||||
|
|
||||||
|
$title=$langs->trans('ProductsAndServices');
|
||||||
|
print_titre($title);
|
||||||
|
|
||||||
|
print '<table class="noborder" width="100%">';
|
||||||
|
|
||||||
|
$objectsrc->printOriginLinesList($hookmanager);
|
||||||
|
|
||||||
|
print '</table>';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user