This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
muadzmi02
/
allo
forked from
SwissLink/allo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove project type in dealer
hajar
Siti Hajar Ibrahim
5 years ago
parent
04a50854b3
commit
003e67b41e
1 changed files
with
0 additions
and
4 deletions
Split View
Show Diff Stats
0
4
app/Http/Controllers/DS/DealerController.php
+ 0
- 4
app/Http/Controllers/DS/DealerController.php
View File
@@ -659,10 +659,6 @@ class DealerController extends Controller
if (!empty($f->invoice_no)) {
$invoice_no = $f->invoice_no;
}
if (!empty($f->projectT)) {
$project_type = $f->projectT;
}
}
// Calculate extra incentves
Write
Preview
Loading…
Cancel
Save