Work on BOM module

This commit is contained in:
Laurent Destailleur 2019-03-04 13:40:16 +01:00
parent 925def5390
commit d8259f94e1
2 changed files with 5 additions and 1 deletions

View File

@ -315,6 +315,9 @@ foreach ($dirmodels as $reldir)
print "</table><br>\n";
if ($conf->global->MAIN_FEATURES_LEVEL >= 2)
{
/*
* Document templates generators
*/
@ -532,6 +535,7 @@ print '</form>';
print '</table>';
print '<br>';
}
/*
* Notifications

View File

@ -68,7 +68,7 @@ class mod_bom_advanced extends ModeleNumRefboms
$texte.= '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
$texte.= '<input type="hidden" name="action" value="updateMask">';
$texte.= '<input type="hidden" name="maskconstBom" value="BOM_ADVANCED_MASK">';
$texte.= '<table class="nobBomnopadding" width="100%">';
$texte.= '<table class="nobordernopadding" width="100%">';
$tooltip=$langs->trans("GenericMaskCodes", $langs->transnoentities("Bom"), $langs->transnoentities("Bom"));
$tooltip.=$langs->trans("GenericMaskCodes2");