Bryan Clay
Bryan Clay
add museum support
Rule queries return the array of conditions within the result, not a resource url. This change pulls the RuleConditions from the result, just as the Sku->options() does
A "Customer" query returns a "customer_group_id". The API allows querying the details of the CustomerGroup. This patch adds support for the CustomerGroup query by id.
A tax_class_id of 0 is valid and maps to the default tax class, but you can't set a product's tax_class_id to 0 using the product update. Additionally, when the tax_class...
### Versions - **Windows Server Version**: 2008 R2 Standard - **Exchange Version**: 2010 - **Installed DKIM Exchange Version**: 3.0.3 ### Description According to DMARC reports: not all mail is signed...
Possibly related to #156. Using the MySQL mirror, only the first "EmployeeEarning" is being saved to the database.
When a new "class" is created at the same time it's applied to an invoice, the procedure is to generate a fake ListID and use it both in the qb_class...
You cannot use a dataIndex/fieldname with hyphens. Looks to be choking the template engine.
Per "Model/Datasource/DataSource.php", describe should return a metadata array, not a list of fields. When proper metadata isn't returned by describe, other functionality (such as $model->getColumnTypes()), is broken. Many behaviors depend...
Not quite sure what's going on here, but I would expect it to replace the entire structure with my new string...but it injects "<item>" in an unexpected spot higher up...