Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cba2ceb2
authored
2019-02-11 13:12:25 +0000
by
Manish Mihsra
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev-noaccess'
2 parents
5b50cf38
508f6466
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
application/resources/views/layout/module/record/show.blade.php
application/resources/views/layout/module/record/show.blade.php
View file @
cba2ceb
...
...
@@ -107,7 +107,7 @@ if($varid!=""||$isuser)
//no edit access and read other data..
//check if we have owner access = read access
$oclientlst
=
$wakka
->
clientsReadAccess
();
foreach
(
$oclientlst
as
$tclnt
)
if
(
$tclnt
==
$recruitdata
[
"peopledata"
][
'client'
]
&&
$tclnt
!=
""
){
$noreaduser
=
0
;
break
;}
foreach
(
$oclientlst
as
$tclnt
)
if
(
strtolower
(
$tclnt
)
==
strtolower
(
$recruitdata
[
"peopledata"
][
'client'
])
&&
$tclnt
!=
""
){
$noreaduser
=
0
;
break
;}
}
}
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment