Work on BOM module
This commit is contained in:
parent
925def5390
commit
d8259f94e1
@ -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
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user