Refactor products software assignment queries to improve clarity. Update accounthierarchy handling in post requests and adjust mass update form styling for better usability.
This commit is contained in:
@@ -193,7 +193,7 @@ if (isset($success_msg)){
|
||||
}
|
||||
|
||||
$view .= '<form action="" method="post" id="mass_update_form">
|
||||
<div class="content-block-wrapper">
|
||||
<div class="content-block-wrapper" style="max-height: 450px;">
|
||||
';
|
||||
|
||||
|
||||
@@ -205,7 +205,7 @@ $soldto_dropdown = listPartner('soldto',$_SESSION['authorization']['permission']
|
||||
$shipto_dropdown = listPartner('shipto',$_SESSION['authorization']['permission'],'','');
|
||||
$location_dropdown = listPartner('location',$_SESSION['authorization']['permission'],'','');
|
||||
|
||||
$view .='<div class="content-block">
|
||||
$view .='<div class="content-block" style="max-height: 450px;">
|
||||
<div class="block-header">
|
||||
<i class="fa-solid fa-user fa-sm"></i>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user