Topic: Added Branches to additional Fields Ext
The Customer Additional Information screen requires a customer and branch to be set to add, update, or delete additional fields.
***Warning read the readme*** Prior to using id you already have an addfields_cust table in your database
repo is here git branch is additional_fields_w/brancheshttps://github.com/trafficpest/FA24extensions/tree/additional_fields_w/branches
https://github.com/trafficpest/FA24extensions/tree/master/Extensions/additional_fields
A new column `cust_branch_no` as 2nd primary key, was added to addfields_cust . I created new functions maintaining the old. I wasn't sure how the author @poncho wanted to go with it.
you could allow null in branch_no but I dont see why since FA creates a branch when you create a customer automatically.
You could use the `all branches` option. copy the add_field info to all branches in the customer you are working on.
I needed branches for the route_delivery extension I made. I have a few clients that have multiple delivery locations, under one account (branches)