Commit f3144355 authored by mohd  zamin's avatar mohd zamin

Merge branch 'staging' of https://git.02pg.com/pardeep01s/power into staging

parents 8760eff9 9f886480
Pipeline #1959 passed with stage
in 31 seconds
......@@ -30,7 +30,7 @@ build:
- cp -R /home/devzr01s/public_html/powertech/staging/public /home/devzr01s/public_html/powertech/backup/public
- cd ..
- rm -rf /home/devzr01s/public_html/powertech/staging
- cp -R powertech /home/devzr01s/public_html/powertech/staging
- cp -R power /home/devzr01s/public_html/powertech/staging
- cp -R /home/devzr01s/public_html/powertech/backup/public /home/devzr01s/public_html/powertech/staging
- cd /home/devzr01s/public_html/powertech/staging
- pwd
......
......@@ -154,7 +154,10 @@ class HomeController extends Controller
}
else
{
$res = "<option value=''>No district found</option>";
$treatment = $treat['treatment'];
$id = $treat['id'];
$res .= "<option value='$id'>$treatment</option>";
}
return $res;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment