What will happen if i commented this line in sales/customer_delivery.php ->

check_edit_conflicts(get_post('cart_id'));
 else {
    // check_edit_conflicts(get_post('cart_id')); //------------------------------------------
    if (!check_quantities()) {
        display_error(_("Selected quantity cannot be less than quantity invoiced nor more than quantity    not dispatched on sales order."));
    } elseif(!check_num('ChargeFreightCost', 0)) {
        display_error(_("Freight cost cannot be less than zero"));
        set_focus('ChargeFreightCost');
    }

2

(11 replies, posted in Setup)

Yes all categories are active no check mark on list of categories

3

(11 replies, posted in Setup)

Thank you for wishing me Good Luck, how can I migrate to latest version with all the data I have

4

(11 replies, posted in Setup)

contact category in setup showing the list of categories
Category Type    Category Subtype    Short Name    Description        
customer    delivery    Deliveries    Delivery coordination       
customer    general    general    General contact data for customer       
customer    invoice    invoices    Invoice posting       
customer    order    order    Order confirmation       
cust_branch    delivery    delivery    Delivery coordination (overrides company setting)       


current version is 2.4.1
PHP Version 5.6.36
Apache/2.4.33 (Win32) OpenSSL/1.0.2o PHP/5.6.36

error log showing this: [23-Nov-2021 19:33:12] 0:Ammar:simple_crud_class.inc:114: key() expects parameter 1 to be array, string given
when I commented this code in contacts_view.inc

//crm_category_types_list_row(_("Contact active for:"), 'assgn', @$this->data['contacts'],
        //    array('subclass' => @$this->subclass,
        //        'class' => @$this->class, 
        //        'multi' =>true)
        //        );

then it is saving the contact details in database but not showing on contacts

5

(11 replies, posted in Setup)

I got this error while creating new contact , my TB_PREF is 10_ and working fine with TB_PREF 0_, the combobox of Contact active for: is empty of You have to select at least one category.

https://ibb.co/0CGXK4k (Invalid Link)

6

(82 replies, posted in FA Modifications)

version 2.4.10 dashboard chart not working properly on my live server, everything is working fine in local host,

Locahost:  https://ibb.co/qr09KR3
live server : https://ibb.co/GkvbSxS