Skip to forum content
FrontAccounting forum
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
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');
}
Yes all categories are active no check mark on list of categories
Thank you for wishing me Good Luck, how can I migrate to latest version with all the data I have
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
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)
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
Posts found: 6