Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
GitLab 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
angelo paglialonga
vtigercrm
Commits
96f7af56
Commit
96f7af56
authored
Oct 26, 2017
by
Satish
Browse files
Options
Downloads
Patches
Plain Diff
Usability(minor) issue in Inventory detail and edit page
parent
21d617ea
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
layouts/v7/modules/Inventory/LineItemsDetail.tpl
+1
-2
1 addition, 2 deletions
layouts/v7/modules/Inventory/LineItemsDetail.tpl
layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl
+233
-231
233 additions, 231 deletions
layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl
with
234 additions
and
233 deletions
layouts/v7/modules/Inventory/LineItemsDetail.tpl
+
1
−
2
View file @
96f7af56
...
...
@@ -73,7 +73,7 @@
<input
type=
"hidden"
class=
"isCustomFieldExists"
value=
"false"
>
{
assign
var
=
FINAL_DETAILS
value
=
$RELATED_PRODUCTS.1.final_details
}
<div
class
=
"details"
>
<div
class
=
"details
block
"
>
<div
class=
"lineItemTableDiv"
>
<table
class=
"table table-bordered lineItemsTable"
style =
"margin-top:15px"
>
<thead>
...
...
@@ -230,7 +230,6 @@
</tbody>
</table>
</div>
<br>
<table
class=
"table table-bordered lineItemsTable"
>
<tr>
<td
width=
"83%"
>
...
...
...
...
This diff is collapsed.
Click to expand it.
layouts/v7/modules/Inventory/partials/LineItemsEdit.tpl
+
233
−
231
View file @
96f7af56
...
...
@@ -226,6 +226,7 @@
</div>
</div>
<br>
<div
class=
"fieldBlockContainer"
>
<table
class=
"table table-bordered blockContainer lineItemTable"
id=
"lineItemResult"
>
<tr>
<td
width=
"83%"
>
...
...
@@ -505,5 +506,6 @@
</tr>
{/
if
}
</table>
</div>
{/
if
}
</div>
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
sign in
to comment