- [MAP] container image 업로드 버그 수정.
This commit is contained in:
Hyojin Ahn 2026-05-15 13:33:07 -04:00
parent 10562debd4
commit c24864eed1
1 changed files with 1 additions and 0 deletions

View File

@ -2668,6 +2668,7 @@ function popup(){
fd.append('i_type', 'install_order'); fd.append('i_type', 'install_order');
fd.append('i_customeruid', SimpleInstall.customer_uid); fd.append('i_customeruid', SimpleInstall.customer_uid);
fd.append('i_memberuid', SimpleInstall.member_uid); fd.append('i_memberuid', SimpleInstall.member_uid);
fd.append('i_createdby', <?=$_SESSION['ss_UID']?>);
fd.append('i_note', $installNote); fd.append('i_note', $installNote);
fd.append('i_sourceuid', iw_uid); fd.append('i_sourceuid', iw_uid);