Better desciption of option
This commit is contained in:
parent
a747c71cf5
commit
14c8bdce1a
@ -164,7 +164,7 @@ if (($line->info_bits & 2) == 2) {
|
||||
// Show date range
|
||||
if ($line->element == 'facturedetrec') {
|
||||
if ($line->date_start_fill || $line->date_end_fill) {
|
||||
print '<div class="clearboth nowraponall">';
|
||||
print '<div class="clearboth nowraponall daterangeofline-facturedetrec">';
|
||||
}
|
||||
if ($line->date_start_fill) {
|
||||
print '<span class="opacitymedium">'.$langs->trans('AutoFillDateFromShort').':</span> '.yn($line->date_start_fill);
|
||||
@ -180,7 +180,7 @@ if (($line->info_bits & 2) == 2) {
|
||||
}
|
||||
} else {
|
||||
if ($line->date_start || $line->date_end) {
|
||||
print '<div class="clearboth nowraponall opacitymedium">'.get_date_range($line->date_start, $line->date_end, $format).'</div>';
|
||||
print '<div class="clearboth nowraponall opacitymedium daterangeofline">'.get_date_range($line->date_start, $line->date_end, $format).'</div>';
|
||||
}
|
||||
//print get_date_range($line->date_start, $line->date_end, $format);
|
||||
}
|
||||
|
||||
@ -1626,8 +1626,7 @@ ProductSetup=Products module setup
|
||||
ServiceSetup=Services module setup
|
||||
ProductServiceSetup=Products and Services modules setup
|
||||
NumberOfProductShowInSelect=Maximum number of products to show in combo select lists (0=no limit)
|
||||
ViewProductDescInFormAbility=Display product descriptions in forms (otherwise shown in a tooltip popup)
|
||||
DoNotAddProductDescAtAddLines=Do not add product description (from product card) on submit add lines on forms
|
||||
ViewProductDescInFormAbility=Display product descriptions in lines of items (otherwise show description in a tooltip popup)
|
||||
OnProductSelectAddProductDesc=How to use the description of the products when adding a product as a line of a document
|
||||
AutoFillFormFieldBeforeSubmit=Auto fill the description input field with the description of product
|
||||
DoNotAutofillButAutoConcat=Do not autofill the input field with description of product. Description of the product will be concatenated to the entered description automatically.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user