Duplication de document pour transformer rapidement un devis en facture
This commit is contained in:
parent
92408f663c
commit
8e2ddf19c6
3 changed files with 31 additions and 5 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
{if $session->canAccess($session::SECTION_ACCOUNTING, $session::ACCESS_WRITE)}
|
||||
{linkbutton shape="edit" href="%sfacture_modifier.php?id=%d"|args:$plugin_url,$facture.id label="Modifier ce document"}
|
||||
{linkbutton shape="plus" href="%sfacture_ajouter.php?copy=%d"|args:$plugin_url,$facture.id label="Dupliquer ce document"}
|
||||
{/if}
|
||||
|
||||
{linkbutton shape="download" href="%spdf.php?d&id=%d"|args:$plugin_url,$facture.id label="Télécharger ce document"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue