Laurent Destailleur
a864a9ceba
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-07-24 23:20:40 +02:00
Laurent Destailleur
d4cb845398
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/core/tpl/list_print_total.tpl.php
2023-07-24 23:20:17 +02:00
Laurent Destailleur
111b2bc72b
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
...
Conflicts:
htdocs/product/stock/class/mouvementstock.class.php
2023-07-24 23:02:31 +02:00
Laurent Destailleur
1bb649bc7e
Fix phpcs
2023-07-24 22:54:45 +02:00
Laurent Destailleur
202283b034
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-07-24 20:56:40 +02:00
Laurent Destailleur
eec8868cfb
Clean code
2023-07-24 19:52:31 +02:00
onhairech
facd492222
qodana fix 5 : missing returns ( #25347 )
...
* qodana fix 5 : missing returns
* correcting return
* correcting a mistake
2023-07-24 19:42:31 +02:00
dependabot[bot]
f0922c8d8b
Bump JetBrains/qodana-action from 2023.1.5 to 2023.2.1 ( #25441 )
...
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action ) from 2023.1.5 to 2023.2.1.
- [Release notes](https://github.com/jetbrains/qodana-action/releases )
- [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.1.5...v2023.2.1 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 19:41:27 +02:00
JC Prieto
f4cec5283a
FIX: Update mouvementstock.class.php ( #25396 )
...
* FIX: Update mouvementstock.class.php
If first character change to upper case, some external modules don't show its origin in mouvements.
* Update mouvementstock.class.php
More elegant.
We don't need to change to upper case (line 978) and then to lower case (line 980). It is only necessary when creating a new class (line 983)
The module name and url are in lower case.
2023-07-24 19:41:00 +02:00
UT from dolibit
6f8845a214
Update box_commandes.php ( #25435 )
2023-07-24 19:39:25 +02:00
UT from dolibit
489b632021
Update box_graph_propales_permonth.php ( #25437 )
2023-07-24 19:39:15 +02:00
UT from dolibit
1a6203b5a3
Update modules_boxes.php ( #25436 )
...
* Update modules_boxes.php
* Update modules_boxes.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-07-24 19:39:00 +02:00
UT from dolibit
1cf187da83
Update box_graph_nb_ticket_last_x_days.php ( #25438 )
2023-07-24 19:38:16 +02:00
UT from dolibit
583a268c35
Update index.php ( #25444 )
2023-07-24 19:32:11 +02:00
UT from dolibit
0ea0b29e63
Update qodana.yaml ( #25440 )
...
sorting alphabetical
2023-07-24 19:23:48 +02:00
sonikf
a836abcf93
FIX fullscreen translation ( #25442 )
2023-07-24 19:23:18 +02:00
Eric
e9d6a28e66
16.0 urgent fix societe class ( #25443 )
...
* Fix : set_as_client can't use prospect/customer value if disabled (#25380 )
* fix missing { on societe.class.php
---------
Co-authored-by: Maxime Kohlhaas <maxime@atm-consulting.fr >
2023-07-24 19:22:54 +02:00
UT from dolibit
22becb2ff4
Update box_lastlogin.php ( #25445 )
2023-07-24 19:22:15 +02:00
UT from dolibit
9bdee115d9
Update os.php ( #25447 )
2023-07-24 19:21:54 +02:00
UT from dolibit
3ed32f33a9
Update card.php ( #25450 )
...
isModEnabled('workstation')
2023-07-24 19:05:00 +02:00
UT from dolibit
f4a5620807
Update wrapper.php ( #25449 )
2023-07-24 19:04:20 +02:00
Oussama
dcc01599d4
New|NEW( #24834 ) new option for hide the footer ( #25464 )
...
* New|NEW new option for hide the footer of tickets on the public interface
* fix condition in index
---------
Co-authored-by: FLIO <oflifli@nltechno.com >
2023-07-24 19:03:54 +02:00
Laurent Destailleur
09b7c870eb
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-07-24 19:02:23 +02:00
Laurent Destailleur
6a79459deb
Fix phpcs
2023-07-24 19:00:56 +02:00
Florian Mortgat
ad24b42a60
FIX php8.1 warning on lists with total due to unset array key ( #25460 )
2023-07-24 18:48:10 +02:00
UT from dolibit
c643f3c712
Update mo_production.php ( #25451 )
2023-07-24 18:46:47 +02:00
UT from dolibit
e897037a5d
Update mo_movements.php ( #25456 )
2023-07-24 18:46:36 +02:00
UT from dolibit
c7729b22c3
Update mod_ticket_universal.php ( #25463 )
...
translations
2023-07-24 18:46:07 +02:00
UT from dolibit
b1befd8bd7
Update mod_project_universal.php ( #25462 )
2023-07-24 18:45:56 +02:00
UT from dolibit
4e9da73eab
Update bom.class.php ( #25457 )
2023-07-24 18:45:39 +02:00
UT from dolibit
7dfc5f8375
Update mo_card.php ( #25455 )
...
if (isModEnabled('workstation')) {
require_once DOL_DOCUMENT_ROOT.'/workstation/class/workstation.class.php';
}
2023-07-24 18:44:43 +02:00
Maxime Kohlhaas
d343358006
Fix missing hyphen ( #25446 )
2023-07-24 12:38:07 +02:00
Maxime Kohlhaas
663ca3d284
Fix : don't display birthdays when 0 years
2023-07-24 12:25:21 +02:00
UT from dolibit
bc23f3c592
Update box_members_last_subscriptions.php ( #25433 )
2023-07-23 23:52:09 +02:00
UT from dolibit
f75024e5b8
Update box_mos.php ( #25431 )
2023-07-23 23:51:51 +02:00
UT from dolibit
6d77cb4511
Update box_members_by_tags.php ( #25432 )
2023-07-23 23:51:41 +02:00
UT from dolibit
3eac209f68
Update box_supplier_orders_awaiting_reception.php ( #25434 )
2023-07-23 23:51:23 +02:00
UT from dolibit
234a9cb1a6
Update box_graph_nb_tickets_type.php ( #25430 )
2023-07-23 23:51:11 +02:00
Laurent Destailleur
5f0080779a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-07-23 23:47:57 +02:00
Laurent Destailleur
ffa2f40a41
Fix for sql int comparison on rowid
2023-07-23 23:47:01 +02:00
Lucas Marcouiller
00fd59bd23
Fix : bookcal database structure adding calendar ( #25352 )
...
* Fix : bookcal database structure adding calendar
* fix avalabilities class
---------
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com >
2023-07-23 23:31:12 +02:00
UT from dolibit
63d9f66657
Update box_graph_invoices_peryear.php ( #25429 )
2023-07-23 23:27:11 +02:00
kkhelifa-opendsi
08fabc8cc5
NEW: Add hook on selectLotDataList() function ( #25368 )
2023-07-23 23:26:57 +02:00
UT from dolibit
f2b0ca9d42
Update box_graph_orders_permonth.php ( #25428 )
2023-07-23 23:24:24 +02:00
UT from dolibit
87c135d8bd
Update box_goodcustomers.php ( #25427 )
2023-07-23 23:24:12 +02:00
jyhere
a80425e3e8
ADD: doActions hook on product composition card ( #25371 )
2023-07-23 23:08:39 +02:00
UT from dolibit
5f4cd74ff0
Update box_funnel_of_prospection.php ( #25426 )
2023-07-23 23:07:40 +02:00
UT from dolibit
ed80b052c4
Update box_comptes.php ( #25425 )
2023-07-23 23:07:18 +02:00
UT from dolibit
5d68e59c92
Update box_birthdays_members.php ( #25424 )
2023-07-23 23:07:01 +02:00
UT from dolibit
50447f72d2
Update box_project_opportunities.php ( #25423 )
2023-07-23 23:06:46 +02:00