Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
516
Issue boards
Milestones
Wiki
Code
Merge requests
83
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
vtiger
vtigercrm
Commits
ebcbc8cb
Commit
ebcbc8cb
authored
7 years ago
by
Satish
Browse files
Options
Downloads
Patches
Plain Diff
Fixes
#503
- VT7 - widget minilist it's not working
parent
1714a2cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!181
Fixes #444, #503
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl
+0
-2
0 additions, 2 deletions
layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl
layouts/v7/modules/Vtiger/dashboards/MiniListWizard.tpl
+1
-1
1 addition, 1 deletion
layouts/v7/modules/Vtiger/dashboards/MiniListWizard.tpl
with
1 addition
and
3 deletions
layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl
+
0
−
2
View file @
ebcbc8cb
...
...
@@ -63,8 +63,6 @@
{
assign
var
=
"IS_INDIVIDUAL_TAX_TYPE"
value
=
true
}
{/
if
}
<input
type=
"hidden"
id=
"customFields"
value=
'
{
Zend_Json
::
encode
(
$CUSTOM_FIELDS
)
}
'
>
<input
type=
"hidden"
id=
"customFieldsDefaultValues"
value=
'
{
Zend_Json
::
encode
(
$CUSTOM_FIELDS_DEFAULT_VALUES
)
}
'
>
<input
type=
"hidden"
class=
"numberOfCurrencyDecimal"
value=
"
{
$USER_MODEL
->
get
(
'no_of_currency_decimals'
)
}
"
/>
<input
type=
"hidden"
name=
"totalProductCount"
id=
"totalProductCount"
value=
"
{
$row_no
}
"
/>
<input
type=
"hidden"
name=
"subtotal"
id=
"subtotal"
value=
""
/>
...
...
This diff is collapsed.
Click to expand it.
layouts/v7/modules/Vtiger/dashboards/MiniListWizard.tpl
+
1
−
1
View file @
ebcbc8cb
...
...
@@ -54,7 +54,7 @@
<td
class=
"col-lg-4"
></td>
</tr>
</tbody>
<input
type=
"hidden"
id=
"translatedModuleNames"
value=
'
{
ZEND_JSON
::
encode
(
$TRANSLATED_MODULE_NAMES
)
}
'
>
<input
type=
"hidden"
id=
"translatedModuleNames"
value=
'
{
Vtiger_Util_Helper
::
toSafeHTML
(
ZEND_JSON
::
encode
(
$TRANSLATED_MODULE_NAMES
)
)
}
'
>
</table>
{
include
file
=
'ModalFooter.tpl'
|@
vtemplate_path
:
$MODULE
}
</form>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment