mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
Faktura Teilzahlung codeing and some minor fixes
This commit is contained in:
parent
b1c6a62657
commit
dc89bed086
16 changed files with 80 additions and 74 deletions
|
@ -142,12 +142,12 @@ sub tpl(){
|
|||
#print Dumper($users_dms_primary);
|
||||
|
||||
my $mod_active = "$dbt->{shareedms_conf}->{mod_active}";
|
||||
if($users_dms_primary->{u_id} && $users_dms_primary->{int02} >= 1 && $users_dms->{u_id} && $users_dms->{int02} >= 1){
|
||||
if($users_dms_primary->{u_id} && $users_dms->{u_id} && $users_dms->{int02} >= 1){
|
||||
$mod_active .= "|Kunden";
|
||||
}else{
|
||||
$mod_active .= "|App-feedback";
|
||||
}
|
||||
if($users_dms_primary->{u_id} && $users_dms_primary->{int03} >= 1 && $users_dms->{u_id} && $users_dms->{int03} >= 1){
|
||||
if($users_dms_primary->{u_id} && $users_dms->{u_id} && $users_dms->{int03} >= 1){
|
||||
$mod_active .= "|Faktura";
|
||||
}
|
||||
if($users_dms->{u_id} && ($users_dms->{int07} >= 1 || $users_dms->{int08} >= 1)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue