dolibarr/htdocs/partnership
MDW c9f314958e
Fix $mybool |=... which is binary op, not boolean op
# Fix $mybool |=... which is binary op, not boolean op

This fixes PhanTypeInvalidLeftOperandOfBitwiseOp.
Replace $var |= ... with $var = ... || $var .
Add cast before ... when needed (@include does not always return bool).
|= always evaluates expression, there for || $var, not $var ||
2024-03-21 13:45:39 +01:00
..
admin Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
class Fix $mybool |=... which is binary op, not boolean op 2024-03-21 13:45:39 +01:00
core/modules/partnership Fix: Enable/fix PhanPluginPrintfIncompatibleArgumentTypeWeak occurences 2024-03-14 23:00:47 +01:00
lib fix precommit and clean code (#28651) 2024-03-07 16:57:29 +01:00
modulebuilder.txt
partnership_agenda.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
partnership_card.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
partnership_contact.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
partnership_document.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
partnership_list.php Fix: Initialise $textlate to fix PhanUndeclaredVariableAssignOp 2024-03-18 13:12:52 +01:00
partnership_note.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
README.md Add README file for module 2024-02-15 13:26:31 +01:00

Partnership Module

The Partnership module allows you to manage partnerships (Mainly identified by a type of partnership, a start date and an end date) at the level of Third Parties or Members.