|
@@ -56,7 +56,7 @@ class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices
|
|
|
$texte = $langs->trans('GenericNumRefModelDesc')."<br>\n";
|
|
|
$texte.= '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
|
|
|
$texte.= '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
|
|
- $texte.= '<input type="hidden" name="action" value="updateMaskInvoice">';
|
|
|
+ $texte.= '<input type="hidden" name="action" value="updateMask">';
|
|
|
$texte.= '<input type="hidden" name="maskconstinvoice" value="SUPPLIER_INVOICE_TULIP_MASK">';
|
|
|
$texte.= '<table class="nobordernopadding" width="100%">';
|
|
|
|